#FEA04C

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

Shades of Sunshade #FEA04C

Tints of Sunshade #FEA04C

Color information

#FEA04C (or 0xFEA04C) is unknown color: approx Sunshade. HEX triplet: FE, A0 and 4C. RGB value is (254,160,76). Sum of RGB (Red+Green+Blue) = 254+160+76=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA04C is #015FB3. Grayscale: #B2B2B2. Windows color (decimal): -90036 or 5021950. OLE color: 5021950.

HSL color Cylindrical-coordinate representation of color #FEA04C: hue angle of 28.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEA04C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB25416076-
CMYK00.370.700.00
HSL28.31º98.89%64.71%-
HSV(B)28.31º70.08%99.61%-
XYZ54.7546.7312.97-
YUV178.5370.14181.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.84%
GREEN value IS 160 (62.89% from 255) = 32.65%
BLUE value IS 76 (30.08% from 255) = 15.51%
R=51.84%
G=32.65%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541607600.370.700.0028.3198.8964.71
HexFEA04C0254601c6341
Octal376240114045106034143101
Binary111111101010000010011000100101100011001110011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA04C; }

 p { color: rgb(254,160,76); }

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

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

 a { background-color: rgb(254,160,76); }

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

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

 span { border-color: rgb(254,160,76); }

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