#FCA249

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

Shades of Sunshade #FCA249

Tints of Sunshade #FCA249

Color information

#FCA249 (or 0xFCA249) is unknown color: approx Sunshade. HEX triplet: FC, A2 and 49. RGB value is (252,162,73). Sum of RGB (Red+Green+Blue) = 252+162+73=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA249 is #035DB6. Grayscale: #B3B3B3. Windows color (decimal): -220599 or 4825852. OLE color: 4825852.

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

Color convert

RGB25216273-
CMYK00.360.710.01
HSL29.83º96.76%63.73%-
HSV(B)29.83º71.03%98.82%-
XYZ54.2747.0212.52-
YUV178.7668.32180.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.75%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 73 (28.91% from 255) = 14.99%
R=51.75%
G=33.26%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521627300.360.710.0129.8396.7663.73
HexFCA2490244711e6140
Octal374242111044107136141100
Binary111111001010001010010010100100100011111111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA249; }

 p { color: rgb(252,162,73); }

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

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

 a { background-color: rgb(252,162,73); }

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

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

 span { border-color: rgb(252,162,73); }

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