#FCC445

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

Shades of Golden Tainoi #FCC445

Tints of Golden Tainoi #FCC445

Color information

#FCC445 (or 0xFCC445) is unknown color: approx Golden Tainoi. HEX triplet: FC, C4 and 45. RGB value is (252,196,69). Sum of RGB (Red+Green+Blue) = 252+196+69=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC445 is #033BBA. Grayscale: #C6C6C6. Windows color (decimal): -211899 or 4572412. OLE color: 4572412.

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

Color convert

RGB25219669-
CMYK00.220.730.01
HSL41.64º96.83%62.94%-
HSV(B)41.64º72.62%98.82%-
XYZ60.9660.614.12-
YUV198.2755.05166.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.74%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 69 (27.34% from 255) = 13.35%
R=48.74%
G=37.91%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521966900.220.730.0141.6496.8362.94
HexFCC4450164912a613f
Octal37430410502611115214177
Binary11111100110001001000101010110100100111010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC445; }

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

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

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

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

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

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

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

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