#FEDC79

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

Shades of Salomie #FEDC79

Tints of Salomie #FEDC79

Color information

#FEDC79 (or 0xFEDC79) is unknown color: approx Salomie. HEX triplet: FE, DC and 79. RGB value is (254,220,121). Sum of RGB (Red+Green+Blue) = 254+220+121=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 121 (47.66% from 255 or 20.34% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC79 is #012386. Grayscale: #DBDBDB. Windows color (decimal): -74631 or 7986430. OLE color: 7986430.

HSL color Cylindrical-coordinate representation of color #FEDC79: hue angle of 44.66º 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 #FEDC79 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB254220121-
CMYK00.130.520.00
HSL44.66º98.52%73.53%-
HSV(B)44.66º52.36%99.61%-
XYZ69.9273.6428.62-
YUV218.8872.76153.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 121 (47.66% from 255) = 20.34%
R=42.69%
G=36.97%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422012100.130.520.0044.6698.5273.53
HexFEDC790D3402d634a
Octal37633417101564055143112
Binary1111111011011100111100101101110100010110111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDC79; }

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

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

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

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

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

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

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

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