#FCA246

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

Shades of Sunshade #FCA246

Tints of Sunshade #FCA246

Color information

#FCA246 (or 0xFCA246) is unknown color: approx Sunshade. HEX triplet: FC, A2 and 46. RGB value is (252,162,70). Sum of RGB (Red+Green+Blue) = 252+162+70=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA246 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA246 is #035DB9. Grayscale: #B2B2B2. Windows color (decimal): -220602 or 4629244. OLE color: 4629244.

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

Color convert

RGB25216270-
CMYK00.360.720.01
HSL30.33º96.81%63.14%-
HSV(B)30.33º72.22%98.82%-
XYZ54.1746.9812.01-
YUV178.4266.82180.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.07%
GREEN value IS 162 (63.67% from 255) = 33.47%
BLUE value IS 70 (27.73% from 255) = 14.46%
R=52.07%
G=33.47%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521627000.360.720.0130.3396.8163.14
HexFCA2460244811e613f
Octal37424210604411013614177
Binary11111100101000101000110010010010010001111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA246; }

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

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

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

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

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

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

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

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