#FCA445

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

Shades of Sunshade #FCA445

Tints of Sunshade #FCA445

Color information

#FCA445 (or 0xFCA445) is unknown color: approx Sunshade. HEX triplet: FC, A4 and 45. RGB value is (252,164,69). Sum of RGB (Red+Green+Blue) = 252+164+69=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA445 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA445 is #035BBA. Grayscale: #B3B3B3. Windows color (decimal): -220091 or 4564220. OLE color: 4564220.

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

Color convert

RGB25216469-
CMYK00.350.730.01
HSL31.15º96.83%62.94%-
HSV(B)31.15º72.62%98.82%-
XYZ54.4947.6811.96-
YUV179.4865.65179.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.96%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 69 (27.34% from 255) = 14.23%
R=51.96%
G=33.81%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521646900.350.730.0131.1596.8362.94
HexFCA4450234911f613f
Octal37424410504311113714177
Binary11111100101001001000101010001110010011111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA445; }

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

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

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

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

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

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

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

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