#FCC245

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

Shades of Golden Tainoi #FCC245

Tints of Golden Tainoi #FCC245

Color information

#FCC245 (or 0xFCC245) is unknown color: approx Golden Tainoi. HEX triplet: FC, C2 and 45. RGB value is (252,194,69). Sum of RGB (Red+Green+Blue) = 252+194+69=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC245 is #033DBA. Grayscale: #C5C5C5. Windows color (decimal): -212411 or 4571900. OLE color: 4571900.

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

Color convert

RGB25219469-
CMYK00.230.730.01
HSL40.98º96.83%62.94%-
HSV(B)40.98º72.62%98.82%-
XYZ60.5159.7113.97-
YUV197.0955.72167.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.93%
GREEN value IS 194 (76.17% from 255) = 37.67%
BLUE value IS 69 (27.34% from 255) = 13.40%
R=48.93%
G=37.67%
B=13.40%

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
Decimal2521946900.230.730.0140.9896.8362.94
HexFCC24501749129613f
Octal37430210502711115114177
Binary11111100110000101000101010111100100111010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC245; }

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

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

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

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

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

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

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

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