#FC9C40

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

Shades of Sunshade #FC9C40

Tints of Sunshade #FC9C40

Color information

#FC9C40 (or 0xFC9C40) is unknown color: approx Sunshade. HEX triplet: FC, 9C and 40. RGB value is (252,156,64). Sum of RGB (Red+Green+Blue) = 252+156+64=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9C40 is #0363BF. Grayscale: #AEAEAE. Windows color (decimal): -222144 or 4234492. OLE color: 4234492.

HSL color Cylindrical-coordinate representation of color #FC9C40: hue angle of 29.36º 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 #FC9C40 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB25215664-
CMYK00.380.750.01
HSL29.36º96.91%61.96%-
HSV(B)29.36º74.6%98.82%-
XYZ52.9644.8410.71-
YUV174.2265.8183.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.39%
GREEN value IS 156 (61.33% from 255) = 33.05%
BLUE value IS 64 (25.39% from 255) = 13.56%
R=53.39%
G=33.05%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521566400.380.750.0129.3696.9161.96
HexFC9C400264B11d613e
Octal37423410004611313514176
Binary11111100100111001000000010011010010111111011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9C40; }

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

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

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

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

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

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

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

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