#FE8840

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

Shades of Sun #FE8840

Tints of Sun #FE8840

Color information

#FE8840 (or 0xFE8840) is unknown color: approx Sun. HEX triplet: FE, 88 and 40. RGB value is (254,136,64). Sum of RGB (Red+Green+Blue) = 254+136+64=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8840 is #0177BF. Grayscale: #A3A3A3. Windows color (decimal): -96192 or 4229374. OLE color: 4229374.

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

Color convert

RGB25413664-
CMYK00.460.750.00
HSL22.74º98.96%62.35%-
HSV(B)22.74º74.8%99.61%-
XYZ50.639.059.72-
YUV163.0772.09192.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.95%
GREEN value IS 136 (53.52% from 255) = 29.96%
BLUE value IS 64 (25.39% from 255) = 14.10%
R=55.95%
G=29.96%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541366400.460.750.0022.7498.9662.35
HexFE884002E4B017633e
Octal37621010005611302714376
Binary11111110100010001000000010111010010110101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8840; }

 p { color: rgb(254,136,64); }

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

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

 a { background-color: rgb(254,136,64); }

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

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

 span { border-color: rgb(254,136,64); }

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