#FCA352

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

Shades of Sunshade #FCA352

Tints of Sunshade #FCA352

Color information

#FCA352 (or 0xFCA352) is unknown color: approx Sunshade. HEX triplet: FC, A3 and 52. RGB value is (252,163,82). Sum of RGB (Red+Green+Blue) = 252+163+82=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA352 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA352 is #035CAD. Grayscale: #B4B4B4. Windows color (decimal): -220334 or 5415932. OLE color: 5415932.

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

Color convert

RGB25216382-
CMYK00.350.670.01
HSL28.59º96.59%65.49%-
HSV(B)28.59º67.46%98.82%-
XYZ54.7747.514.26-
YUV180.3872.49179.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 50.70%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 82 (32.42% from 255) = 16.50%
R=50.70%
G=32.80%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521638200.350.670.0128.5996.5965.49
HexFCA3520234311d6141
Octal374243122043103135141101
Binary111111001010001110100100100011100001111110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA352; }

 p { color: rgb(252,163,82); }

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

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

 a { background-color: rgb(252,163,82); }

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

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

 span { border-color: rgb(252,163,82); }

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