#FFD50F

Color #FFD50F Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold #FFD50F

Tints of Gold #FFD50F

Color information

#FFD50F (or 0xFFD50F) is unknown color: approx Gold. HEX triplet: FF, D5 and 0F. RGB value is (255,213,15). Sum of RGB (Red+Green+Blue) = 255+213+15=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 15 (6.25% from 255 or 3.11% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD50F is #002AF0. Grayscale: #CBCBCB. Windows color (decimal): -10993 or 1037823. OLE color: 1037823.

HSL color Cylindrical-coordinate representation of color #FFD50F: hue angle of 49.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFD50F is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB25521315-
CMYK00.160.940
HSL49.5º100%52.94%-
HSV(B)49.5º94.12%100%-
XYZ65.1268.8810.32-
YUV202.9921.91165.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 213 (83.59% from 255) = 44.10%
BLUE value IS 15 (6.25% from 255) = 3.11%
R=52.80%
G=44.10%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552131500.160.94049.510052.94
HexFFD5F0105E0326435
Octal3773251702013606214465
Binary11111111110101011111010000101111001100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD50F; }

 p { color: rgb(255,213,15); }

 H1.HeaderClassName
 {
   color: #FFD50F;
 }
 .AnyTagClassName
 {
   color: #FFD50F;
 }
</style>
background-color css

<style>
 a { background-color: #FFD50F; }

 a { background-color: rgb(255,213,15); }

 div.DivClassName
 {
   background-color: #FFD50F;
 }
 .BgClassName
 {
   background-color: #FFD50F;
 }
</style>
border-color css

<style>
 span { border-color: #FFD50F; }

 span { border-color: rgb(255,213,15); }

 td.TdClassName
 {
   border-color: #FFD50F;
 }
 .TagClassName
 {
   border-color: #FFD50F;
 }
</style>