#FCC45E

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

Shades of Golden Tainoi #FCC45E

Tints of Golden Tainoi #FCC45E

Color information

#FCC45E (or 0xFCC45E) is unknown color: approx Golden Tainoi. HEX triplet: FC, C4 and 5E. RGB value is (252,196,94). Sum of RGB (Red+Green+Blue) = 252+196+94=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 94 (37.11% from 255 or 17.34% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC45E is #033BA1. Grayscale: #C9C9C9. Windows color (decimal): -211874 or 6210812. OLE color: 6210812.

HSL color Cylindrical-coordinate representation of color #FCC45E: hue angle of 38.73º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC45E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB25219694-
CMYK00.220.630.01
HSL38.73º96.34%67.84%-
HSV(B)38.73º62.7%98.82%-
XYZ61.9160.9819.1-
YUV201.1267.55164.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 196 (76.95% from 255) = 36.16%
BLUE value IS 94 (37.11% from 255) = 17.34%
R=46.49%
G=36.16%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521969400.220.630.0138.7396.3467.84
HexFCC45E0163F1276044
Octal37430413602677147140104
Binary11111100110001001011110010110111111110011111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC45E; }

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

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

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

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

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

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

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

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