#FED876

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

Shades of Salomie #FED876

Tints of Salomie #FED876

Color information

#FED876 (or 0xFED876) is unknown color: approx Salomie. HEX triplet: FE, D8 and 76. RGB value is (254,216,118). Sum of RGB (Red+Green+Blue) = 254+216+118=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FED876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED876 is #012789. Grayscale: #D8D8D8. Windows color (decimal): -75658 or 7788798. OLE color: 7788798.

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

Color convert

RGB254216118-
CMYK00.150.540.00
HSL43.24º98.55%72.94%-
HSV(B)43.24º53.54%99.61%-
XYZ68.771.4927.32-
YUV216.1972.59154.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 216 (84.77% from 255) = 36.73%
BLUE value IS 118 (46.48% from 255) = 20.07%
R=43.20%
G=36.73%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421611800.150.540.0043.2498.5572.94
HexFED8760F3602b6349
Octal37633016601766053143111
Binary1111111011011000111011001111110110010101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED876; }

 p { color: rgb(254,216,118); }

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

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

 a { background-color: rgb(254,216,118); }

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

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

 span { border-color: rgb(254,216,118); }

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