#FCA046

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

Shades of Sunshade #FCA046

Tints of Sunshade #FCA046

Color information

#FCA046 (or 0xFCA046) is unknown color: approx Sunshade. HEX triplet: FC, A0 and 46. RGB value is (252,160,70). Sum of RGB (Red+Green+Blue) = 252+160+70=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA046 is #035FB9. Grayscale: #B1B1B1. Windows color (decimal): -221114 or 4628732. OLE color: 4628732.

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

Color convert

RGB25216070-
CMYK00.370.720.01
HSL29.67º96.81%63.14%-
HSV(B)29.67º72.22%98.82%-
XYZ53.8246.2811.89-
YUV177.2567.48181.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.28%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 70 (27.73% from 255) = 14.52%
R=52.28%
G=33.20%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521607000.370.720.0129.6796.8163.14
HexFCA0460254811e613f
Octal37424010604511013614177
Binary11111100101000001000110010010110010001111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA046; }

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

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

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

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

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

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

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

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