Shades of Golden Tainoi #FCC042
Tints of Golden Tainoi #FCC042
RGB
CMYK
RGB Variations
Color information
#FCC042 (or 0xFCC042) is known color: 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
RGB | 252 | 192 | 66 | - |
CMYK | 0 | 0.24 | 0.74 | 0.01 |
HSL | 40.65º | 0.97% | 0.62% | - |
HSV(B) | 40.65º | 0.74% | 0.99% | - |
XYZ | 59.98 | 58.79 | 13.34 | - |
YUV | 195.58 | 54.88 | 168.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 192 | 66 | 0 | 0.24 | 0.74 | 0.01 | 40.65 | 0.97 | 0.62 |
Hex | FC | C0 | 42 | 0 | 18 | 4A | 1 | 29 | 61 | 3E |
Octal | 374 | 300 | 102 | 0 | 30 | 112 | 1 | 51 | 141 | 76 |
Binary | 11111100 | 11000000 | 1000010 | 0 | 11000 | 1001010 | 1 | 101001 | 1100001 | 111110 |
Color Harmonies of #FCC042
Complementary color
Monochromatic Colors of #FCC042
Black with #FCC042
Text Example
Text Example
White with #FCC042
Text Example
Text Example
HTML Codes & Css Web 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>