#FED277

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

Shades of Salomie #FED277

Tints of Salomie #FED277

Color information

#FED277 (or 0xFED277) is unknown color: approx Salomie. HEX triplet: FE, D2 and 77. RGB value is (254,210,119). Sum of RGB (Red+Green+Blue) = 254+210+119=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED277 is #012D88. Grayscale: #D5D5D5. Windows color (decimal): -77193 or 7852798. OLE color: 7852798.

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

Color convert

RGB254210119-
CMYK00.170.530.00
HSL40.44º98.54%73.14%-
HSV(B)40.44º53.15%99.61%-
XYZ67.2568.527.13-
YUV212.7875.08157.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 210 (82.42% from 255) = 36.02%
BLUE value IS 119 (46.88% from 255) = 20.41%
R=43.57%
G=36.02%
B=20.41%

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
Decimal25421011900.170.530.0040.4498.5473.14
HexFED277011350286349
Octal37632216702165050143111
Binary11111110110100101110111010001110101010100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED277; }

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

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

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

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

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

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

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

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