#FFD476

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

Shades of Salomie #FFD476

Tints of Salomie #FFD476

Color information

#FFD476 (or 0xFFD476) is unknown color: approx Salomie. HEX triplet: FF, D4 and 76. RGB value is (255,212,118). Sum of RGB (Red+Green+Blue) = 255+212+118=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD476 is #002B89. Grayscale: #D6D6D6. Windows color (decimal): -11146 or 7787775. OLE color: 7787775.

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

Color convert

RGB255212118-
CMYK00.170.540
HSL41.17º100%73.14%-
HSV(B)41.17º53.73%100%-
XYZ68.0569.6527-
YUV214.1473.75157.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 212 (83.20% from 255) = 36.24%
BLUE value IS 118 (46.48% from 255) = 20.17%
R=43.59%
G=36.24%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521211800.170.54041.1710073.14
HexFFD476011360296449
Octal37732416602166051144111
Binary11111111110101001110110010001110110010100111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD476; }

 p { color: rgb(255,212,118); }

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

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

 a { background-color: rgb(255,212,118); }

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

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

 span { border-color: rgb(255,212,118); }

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