Shades of Golden Tainoi #FFC442
Tints of Golden Tainoi #FFC442
RGB
CMYK
RGB Variations
Color information
#FFC442 (or 0xFFC442) is known color: Golden Tainoi. HEX triplet: FF, C4 and 42. RGB value is (255,196,66). Sum of RGB (Red+Green+Blue) = 255+196+66=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC442 is #003BBD. Grayscale: #C7C7C7. Windows color (decimal): -15294 or 4375807. OLE color: 4375807.
HSL color Cylindrical-coordinate representation of color #FFC442: hue angle of 41.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFC442 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 66 | - |
| CMYK | 0 | 0.23 | 0.74 | 0 |
| HSL | 41.27º | 1% | 0.63% | - |
| HSV(B) | 41.27º | 0.74% | 1% | - |
| XYZ | 61.96 | 61.13 | 13.69 | - |
| YUV | 198.82 | 53.05 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 66 | 0 | 0.23 | 0.74 | 0 | 41.27 | 1 | 0.63 |
| Hex | FF | C4 | 42 | 0 | 17 | 4A | 0 | 29 | 64 | 3F |
| Octal | 377 | 304 | 102 | 0 | 27 | 112 | 0 | 51 | 144 | 77 |
| Binary | 11111111 | 11000100 | 1000010 | 0 | 10111 | 1001010 | 0 | 101001 | 1100100 | 111111 |
Color Harmonies of #FFC442
Complementary color
Monochromatic Colors of #FFC442
Black with #FFC442
Text Example
Text Example
White with #FFC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC442; }
p { color: rgb(255,196,66); }
H1.HeaderClassName
{
color: #FFC442;
}
.AnyTagClassName
{
color: #FFC442;
}
</style>
background-color css
<style>
a { background-color: #FFC442; }
a { background-color: rgb(255,196,66); }
div.DivClassName
{
background-color: #FFC442;
}
.BgClassName
{
background-color: #FFC442;
}
</style>
border-color css
<style>
span { border-color: #FFC442; }
span { border-color: rgb(255,196,66); }
td.TdClassName
{
border-color: #FFC442;
}
.TagClassName
{
border-color: #FFC442;
}
</style>