#FCC345

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

Shades of Golden Tainoi #FCC345

Tints of Golden Tainoi #FCC345

Color information

#FCC345 (or 0xFCC345) is unknown color: approx Golden Tainoi. HEX triplet: FC, C3 and 45. RGB value is (252,195,69). Sum of RGB (Red+Green+Blue) = 252+195+69=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC345 is #033CBA. Grayscale: #C6C6C6. Windows color (decimal): -212155 or 4572156. OLE color: 4572156.

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

Color convert

RGB25219569-
CMYK00.230.730.01
HSL41.31º96.83%62.94%-
HSV(B)41.31º72.62%98.82%-
XYZ60.7360.1614.04-
YUV197.6855.38166.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.84%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 69 (27.34% from 255) = 13.37%
R=48.84%
G=37.79%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521956900.230.730.0141.3196.8362.94
HexFCC34501749129613f
Octal37430310502711115114177
Binary11111100110000111000101010111100100111010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC345; }

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

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

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

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

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

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

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

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