#FC8840

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

Shades of Sun #FC8840

Tints of Sun #FC8840

Color information

#FC8840 (or 0xFC8840) is unknown color: approx Sun. HEX triplet: FC, 88 and 40. RGB value is (252,136,64). Sum of RGB (Red+Green+Blue) = 252+136+64=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8840 is #0377BF. Grayscale: #A2A2A2. Windows color (decimal): -227264 or 4229372. OLE color: 4229372.

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

Color convert

RGB25213664-
CMYK00.460.750.01
HSL22.98º96.91%61.96%-
HSV(B)22.98º74.6%98.82%-
XYZ49.8738.679.69-
YUV162.4872.43191.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.75%
GREEN value IS 136 (53.52% from 255) = 30.09%
BLUE value IS 64 (25.39% from 255) = 14.16%
R=55.75%
G=30.09%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521366400.460.750.0122.9896.9161.96
HexFC884002E4B117613e
Octal37421010005611312714176
Binary11111100100010001000000010111010010111101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8840; }

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

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

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

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

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

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

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

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