#FED478

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

Shades of Salomie #FED478

Tints of Salomie #FED478

Color information

#FED478 (or 0xFED478) is unknown color: approx Salomie. HEX triplet: FE, D4 and 78. RGB value is (254,212,120). Sum of RGB (Red+Green+Blue) = 254+212+120=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FED478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED478 is #012B87. Grayscale: #D6D6D6. Windows color (decimal): -76680 or 7918846. OLE color: 7918846.

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

Color convert

RGB254212120-
CMYK00.170.530.00
HSL41.19º98.53%73.33%-
HSV(B)41.19º52.76%99.61%-
XYZ67.8169.5127.61-
YUV214.0774.91156.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 212 (83.20% from 255) = 36.18%
BLUE value IS 120 (47.27% from 255) = 20.48%
R=43.34%
G=36.18%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421212000.170.530.0041.1998.5373.33
HexFED478011350296349
Octal37632417002165051143111
Binary11111110110101001111000010001110101010100111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED478; }

 p { color: rgb(254,212,120); }

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

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

 a { background-color: rgb(254,212,120); }

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

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

 span { border-color: rgb(254,212,120); }

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