#FC9B4C

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

Shades of Sunshade #FC9B4C

Tints of Sunshade #FC9B4C

Color information

#FC9B4C (or 0xFC9B4C) is unknown color: approx Sunshade. HEX triplet: FC, 9B and 4C. RGB value is (252,155,76). Sum of RGB (Red+Green+Blue) = 252+155+76=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9B4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9B4C is #0364B3. Grayscale: #AFAFAF. Windows color (decimal): -222388 or 5020668. OLE color: 5020668.

HSL color Cylindrical-coordinate representation of color #FC9B4C: hue angle of 26.93º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC9B4C is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB25215576-
CMYK00.380.700.01
HSL26.93º96.7%64.31%-
HSV(B)26.93º69.84%98.82%-
XYZ53.1744.6612.66-
YUV17572.14182.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.17%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 76 (30.08% from 255) = 15.73%
R=52.17%
G=32.09%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521557600.380.700.0126.9396.764.31
HexFC9B4C0264611b6140
Octal374233114046106133141100
Binary111111001001101110011000100110100011011101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9B4C; }

 p { color: rgb(252,155,76); }

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

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

 a { background-color: rgb(252,155,76); }

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

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

 span { border-color: rgb(252,155,76); }

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