Shades of Golden Tainoi #FCC442
Tints of Golden Tainoi #FCC442
RGB
CMYK
RGB Variations
Color information
#FCC442 (or 0xFCC442) is known color: Golden Tainoi. HEX triplet: FC, C4 and 42. RGB value is (252,196,66). Sum of RGB (Red+Green+Blue) = 252+196+66=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC442 is #033BBD. Grayscale: #C6C6C6. Windows color (decimal): -211902 or 4375804. OLE color: 4375804.
HSL color Cylindrical-coordinate representation of color #FCC442: hue angle of 41.94º 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 #FCC442 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 66 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.01 |
| HSL | 41.94º | 0.97% | 0.62% | - |
| HSV(B) | 41.94º | 0.74% | 0.99% | - |
| XYZ | 60.87 | 60.57 | 13.64 | - |
| YUV | 197.92 | 53.55 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 66 | 0 | 0.22 | 0.74 | 0.01 | 41.94 | 0.97 | 0.62 |
| Hex | FC | C4 | 42 | 0 | 16 | 4A | 1 | 2A | 61 | 3E |
| Octal | 374 | 304 | 102 | 0 | 26 | 112 | 1 | 52 | 141 | 76 |
| Binary | 11111100 | 11000100 | 1000010 | 0 | 10110 | 1001010 | 1 | 101010 | 1100001 | 111110 |
Color Harmonies of #FCC442
Complementary color
Monochromatic Colors of #FCC442
Black with #FCC442
Text Example
Text Example
White with #FCC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC442; }
p { color: rgb(252,196,66); }
H1.HeaderClassName
{
color: #FCC442;
}
.AnyTagClassName
{
color: #FCC442;
}
</style>
background-color css
<style>
a { background-color: #FCC442; }
a { background-color: rgb(252,196,66); }
div.DivClassName
{
background-color: #FCC442;
}
.BgClassName
{
background-color: #FCC442;
}
</style>
border-color css
<style>
span { border-color: #FCC442; }
span { border-color: rgb(252,196,66); }
td.TdClassName
{
border-color: #FCC442;
}
.TagClassName
{
border-color: #FCC442;
}
</style>