#FC964B

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

Shades of Sunshade #FC964B

Tints of Sunshade #FC964B

Color information

#FC964B (or 0xFC964B) is unknown color: approx Sunshade. HEX triplet: FC, 96 and 4B. RGB value is (252,150,75). Sum of RGB (Red+Green+Blue) = 252+150+75=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC964B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC964B is #0369B4. Grayscale: #ACACAC. Windows color (decimal): -223669 or 4953852. OLE color: 4953852.

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

Color convert

RGB25215075-
CMYK00.400.700.01
HSL25.42º96.72%64.12%-
HSV(B)25.42º70.24%98.82%-
XYZ52.3243.0212.2-
YUV171.9573.29185.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.83%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 75 (29.69% from 255) = 15.72%
R=52.83%
G=31.45%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521507500.400.700.0125.4296.7264.12
HexFC964B028461196140
Octal374226113050106131141100
Binary111111001001011010010110101000100011011100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC964B; }

 p { color: rgb(252,150,75); }

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

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

 a { background-color: rgb(252,150,75); }

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

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

 span { border-color: rgb(252,150,75); }

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