#FEDB77

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

Shades of Salomie #FEDB77

Tints of Salomie #FEDB77

Color information

#FEDB77 (or 0xFEDB77) is unknown color: approx Salomie. HEX triplet: FE, DB and 77. RGB value is (254,219,119). Sum of RGB (Red+Green+Blue) = 254+219+119=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB77 is #012488. Grayscale: #DADADA. Windows color (decimal): -74889 or 7855102. OLE color: 7855102.

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

Color convert

RGB254219119-
CMYK00.140.530.00
HSL44.44º98.54%73.14%-
HSV(B)44.44º53.15%99.61%-
XYZ69.5373.0727.89-
YUV218.0672.1153.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 219 (85.94% from 255) = 36.99%
BLUE value IS 119 (46.88% from 255) = 20.10%
R=42.91%
G=36.99%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421911900.140.530.0044.4498.5473.14
HexFEDB770E3502c6349
Octal37633316701665054143111
Binary1111111011011011111011101110110101010110011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEDB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEDB77; }

 p { color: rgb(254,219,119); }

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

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

 a { background-color: rgb(254,219,119); }

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

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

 span { border-color: rgb(254,219,119); }

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