#FCC042

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

Shades of Golden Tainoi #FCC042

Tints of Golden Tainoi #FCC042

Color information

#FCC042 (or 0xFCC042) is unknown color: approx Golden Tainoi. HEX triplet: FC, C0 and 42. RGB value is (252,192,66). Sum of RGB (Red+Green+Blue) = 252+192+66=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC042 is #033FBD. Grayscale: #C4C4C4. Windows color (decimal): -212926 or 4374780. OLE color: 4374780.

HSL color Cylindrical-coordinate representation of color #FCC042: hue angle of 40.65º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCC042 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB25219266-
CMYK00.240.740.01
HSL40.65º96.88%62.35%-
HSV(B)40.65º73.81%98.82%-
XYZ59.9858.7913.34-
YUV195.5854.88168.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.41%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 66 (26.17% from 255) = 12.94%
R=49.41%
G=37.65%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521926600.240.740.0140.6596.8862.35
HexFCC0420184A129613e
Octal37430010203011215114176
Binary11111100110000001000010011000100101011010011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC042; }

 p { color: rgb(252,192,66); }

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

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

 a { background-color: rgb(252,192,66); }

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

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

 span { border-color: rgb(252,192,66); }

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