Shades of Golden Tainoi #FCC04A
Tints of Golden Tainoi #FCC04A
RGB
CMYK
RGB Variations
Color information
#FCC04A (or 0xFCC04A) is known color: Golden Tainoi. HEX triplet: FC, C0 and 4A. RGB value is (252,192,74). Sum of RGB (Red+Green+Blue) = 252+192+74=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 74 (29.30% from 255 or 14.29% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC04A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC04A is #033FB5. Grayscale: #C5C5C5. Windows color (decimal): -212918 or 4899068. OLE color: 4899068.
HSL color Cylindrical-coordinate representation of color #FCC04A: hue angle of 39.78º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCC04A is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 74 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.01 |
| HSL | 39.78º | 0.97% | 0.64% | - |
| HSV(B) | 39.78º | 0.71% | 0.99% | - |
| XYZ | 60.23 | 58.89 | 14.67 | - |
| YUV | 196.49 | 58.88 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 74 | 0 | 0.24 | 0.71 | 0.01 | 39.78 | 0.97 | 0.64 |
| Hex | FC | C0 | 4A | 0 | 18 | 47 | 1 | 28 | 61 | 40 |
| Octal | 374 | 300 | 112 | 0 | 30 | 107 | 1 | 50 | 141 | 100 |
| Binary | 11111100 | 11000000 | 1001010 | 0 | 11000 | 1000111 | 1 | 101000 | 1100001 | 1000000 |
Color Harmonies of #FCC04A
Complementary color
Monochromatic Colors of #FCC04A
Black with #FCC04A
Text Example
Text Example
White with #FCC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC04A; }
p { color: rgb(252,192,74); }
H1.HeaderClassName
{
color: #FCC04A;
}
.AnyTagClassName
{
color: #FCC04A;
}
</style>
background-color css
<style>
a { background-color: #FCC04A; }
a { background-color: rgb(252,192,74); }
div.DivClassName
{
background-color: #FCC04A;
}
.BgClassName
{
background-color: #FCC04A;
}
</style>
border-color css
<style>
span { border-color: #FCC04A; }
span { border-color: rgb(252,192,74); }
td.TdClassName
{
border-color: #FCC04A;
}
.TagClassName
{
border-color: #FCC04A;
}
</style>