#FED280

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

Shades of Salomie #FED280

Tints of Salomie #FED280

Color information

#FED280 (or 0xFED280) is unknown color: approx Salomie. HEX triplet: FE, D2 and 80. RGB value is (254,210,128). Sum of RGB (Red+Green+Blue) = 254+210+128=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 128 (50.39% from 255 or 21.62% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FED280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED280 is #012D7F. Grayscale: #D6D6D6. Windows color (decimal): -77184 or 8442622. OLE color: 8442622.

HSL color Cylindrical-coordinate representation of color #FED280: hue angle of 39.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FED280 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254210128-
CMYK00.170.500.00
HSL39.05º98.44%74.9%-
HSV(B)39.05º49.61%99.61%-
XYZ67.8268.7230.11-
YUV213.8179.58156.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 128 (50.39% from 255) = 21.62%
R=42.91%
G=35.47%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421012800.170.500.0039.0598.4474.9
HexFED28001132027624b
Octal37632220002162047142113
Binary111111101101001010000000010001110010010011111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED280; }

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

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

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

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

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

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

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

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