#FCA049

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

Shades of Sunshade #FCA049

Tints of Sunshade #FCA049

Color information

#FCA049 (or 0xFCA049) is unknown color: approx Sunshade. HEX triplet: FC, A0 and 49. RGB value is (252,160,73). Sum of RGB (Red+Green+Blue) = 252+160+73=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA049 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA049 is #035FB6. Grayscale: #B2B2B2. Windows color (decimal): -221111 or 4825340. OLE color: 4825340.

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

Color convert

RGB25216073-
CMYK00.370.710.01
HSL29.16º96.76%63.73%-
HSV(B)29.16º71.03%98.82%-
XYZ53.9246.3212.4-
YUV177.5968.98181.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 160 (62.89% from 255) = 32.99%
BLUE value IS 73 (28.91% from 255) = 15.05%
R=51.96%
G=32.99%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521607300.370.710.0129.1696.7663.73
HexFCA0490254711d6140
Octal374240111045107135141100
Binary111111001010000010010010100101100011111110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA049; }

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

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

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

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

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

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

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

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