#FED979

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

Shades of Salomie #FED979

Tints of Salomie #FED979

Color information

#FED979 (or 0xFED979) is unknown color: approx Salomie. HEX triplet: FE, D9 and 79. RGB value is (254,217,121). Sum of RGB (Red+Green+Blue) = 254+217+121=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 121 (47.66% from 255 or 20.44% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED979 is #012686. Grayscale: #D9D9D9. Windows color (decimal): -75399 or 7985662. OLE color: 7985662.

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

Color convert

RGB254217121-
CMYK00.150.520.00
HSL43.31º98.52%73.53%-
HSV(B)43.31º52.36%99.61%-
XYZ69.1472.0828.36-
YUV217.1273.76154.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 121 (47.66% from 255) = 20.44%
R=42.91%
G=36.66%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421712100.150.520.0043.3198.5273.53
HexFED9790F3402b634a
Octal37633117101764053143112
Binary1111111011011001111100101111110100010101111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED979; }

 p { color: rgb(254,217,121); }

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

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

 a { background-color: rgb(254,217,121); }

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

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

 span { border-color: rgb(254,217,121); }

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