#FCC352

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

Shades of Golden Tainoi #FCC352

Tints of Golden Tainoi #FCC352

Color information

#FCC352 (or 0xFCC352) is unknown color: approx Golden Tainoi. HEX triplet: FC, C3 and 52. RGB value is (252,195,82). Sum of RGB (Red+Green+Blue) = 252+195+82=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC352 is #033CAD. Grayscale: #C7C7C7. Windows color (decimal): -212142 or 5424124. OLE color: 5424124.

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

Color convert

RGB25219582-
CMYK00.230.670.01
HSL39.88º96.59%65.49%-
HSV(B)39.88º67.46%98.82%-
XYZ61.1860.3316.4-
YUV199.1661.88165.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 82 (32.42% from 255) = 15.50%
R=47.64%
G=36.86%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521958200.230.670.0139.8896.5965.49
HexFCC352017431286141
Octal374303122027103150141101
Binary111111001100001110100100101111000011110100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC352; }

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

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

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

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

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

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

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

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