#FCA449

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

Shades of Sunshade #FCA449

Tints of Sunshade #FCA449

Color information

#FCA449 (or 0xFCA449) is unknown color: approx Sunshade. HEX triplet: FC, A4 and 49. RGB value is (252,164,73). Sum of RGB (Red+Green+Blue) = 252+164+73=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA449 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA449 is #035BB6. Grayscale: #B4B4B4. Windows color (decimal): -220087 or 4826364. OLE color: 4826364.

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

Color convert

RGB25216473-
CMYK00.350.710.01
HSL30.5º96.76%63.73%-
HSV(B)30.5º71.03%98.82%-
XYZ54.6247.7312.64-
YUV179.9467.65179.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.53%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 73 (28.91% from 255) = 14.93%
R=51.53%
G=33.54%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521647300.350.710.0130.596.7663.73
HexFCA4490234711f6140
Octal374244111043107137141100
Binary111111001010010010010010100011100011111111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA449; }

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

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

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

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

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

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

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

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