Shades of Golden Tainoi #FCC444
Tints of Golden Tainoi #FCC444
RGB
CMYK
RGB Variations
Color information
#FCC444 (or 0xFCC444) is known color: Golden Tainoi. HEX triplet: FC, C4 and 44. RGB value is (252,196,68). Sum of RGB (Red+Green+Blue) = 252+196+68=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC444 is #033BBB. Grayscale: #C6C6C6. Windows color (decimal): -211900 or 4506876. OLE color: 4506876.
HSL color Cylindrical-coordinate representation of color #FCC444: hue angle of 41.74º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCC444 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 68 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.01 |
| HSL | 41.74º | 0.97% | 0.63% | - |
| HSV(B) | 41.74º | 0.73% | 0.99% | - |
| XYZ | 60.93 | 60.59 | 13.95 | - |
| YUV | 198.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 68 | 0 | 0.22 | 0.73 | 0.01 | 41.74 | 0.97 | 0.63 |
| Hex | FC | C4 | 44 | 0 | 16 | 49 | 1 | 2A | 61 | 3F |
| Octal | 374 | 304 | 104 | 0 | 26 | 111 | 1 | 52 | 141 | 77 |
| Binary | 11111100 | 11000100 | 1000100 | 0 | 10110 | 1001001 | 1 | 101010 | 1100001 | 111111 |
Color Harmonies of #FCC444
Complementary color
Monochromatic Colors of #FCC444
Black with #FCC444
Text Example
Text Example
White with #FCC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC444; }
p { color: rgb(252,196,68); }
H1.HeaderClassName
{
color: #FCC444;
}
.AnyTagClassName
{
color: #FCC444;
}
</style>
background-color css
<style>
a { background-color: #FCC444; }
a { background-color: rgb(252,196,68); }
div.DivClassName
{
background-color: #FCC444;
}
.BgClassName
{
background-color: #FCC444;
}
</style>
border-color css
<style>
span { border-color: #FCC444; }
span { border-color: rgb(252,196,68); }
td.TdClassName
{
border-color: #FCC444;
}
.TagClassName
{
border-color: #FCC444;
}
</style>