Shades of Golden Tainoi #FCC04B
Tints of Golden Tainoi #FCC04B
RGB
CMYK
RGB Variations
Color information
#FCC04B (or 0xFCC04B) is known color: Golden Tainoi. HEX triplet: FC, C0 and 4B. RGB value is (252,192,75). Sum of RGB (Red+Green+Blue) = 252+192+75=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC04B is #033FB4. Grayscale: #C5C5C5. Windows color (decimal): -212917 or 4964604. OLE color: 4964604.
HSL color Cylindrical-coordinate representation of color #FCC04B: hue angle of 39.66º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FCC04B is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 75 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.01 |
| HSL | 39.66º | 0.97% | 0.64% | - |
| HSV(B) | 39.66º | 0.7% | 0.99% | - |
| XYZ | 60.26 | 58.9 | 14.85 | - |
| YUV | 196.6 | 59.38 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 75 | 0 | 0.24 | 0.70 | 0.01 | 39.66 | 0.97 | 0.64 |
| Hex | FC | C0 | 4B | 0 | 18 | 46 | 1 | 28 | 61 | 40 |
| Octal | 374 | 300 | 113 | 0 | 30 | 106 | 1 | 50 | 141 | 100 |
| Binary | 11111100 | 11000000 | 1001011 | 0 | 11000 | 1000110 | 1 | 101000 | 1100001 | 1000000 |
Color Harmonies of #FCC04B
Complementary color
Monochromatic Colors of #FCC04B
Black with #FCC04B
Text Example
Text Example
White with #FCC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC04B; }
p { color: rgb(252,192,75); }
H1.HeaderClassName
{
color: #FCC04B;
}
.AnyTagClassName
{
color: #FCC04B;
}
</style>
background-color css
<style>
a { background-color: #FCC04B; }
a { background-color: rgb(252,192,75); }
div.DivClassName
{
background-color: #FCC04B;
}
.BgClassName
{
background-color: #FCC04B;
}
</style>
border-color css
<style>
span { border-color: #FCC04B; }
span { border-color: rgb(252,192,75); }
td.TdClassName
{
border-color: #FCC04B;
}
.TagClassName
{
border-color: #FCC04B;
}
</style>