Shades of Golden Tainoi #FFC042
Tints of Golden Tainoi #FFC042
RGB
CMYK
RGB Variations
Color information
#FFC042 (or 0xFFC042) is known color: Golden Tainoi. HEX triplet: FF, C0 and 42. RGB value is (255,192,66). Sum of RGB (Red+Green+Blue) = 255+192+66=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC042 is #003FBD. Grayscale: #C5C5C5. Windows color (decimal): -16318 or 4374783. OLE color: 4374783.
HSL color Cylindrical-coordinate representation of color #FFC042: hue angle of 40º 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 #FFC042 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 66 | - |
| CMYK | 0 | 0.25 | 0.74 | 0 |
| HSL | 40º | 1% | 0.63% | - |
| HSV(B) | 40º | 0.74% | 1% | - |
| XYZ | 61.07 | 59.35 | 13.39 | - |
| YUV | 196.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 66 | 0 | 0.25 | 0.74 | 0 | 40 | 1 | 0.63 |
| Hex | FF | C0 | 42 | 0 | 19 | 4A | 0 | 28 | 64 | 3F |
| Octal | 377 | 300 | 102 | 0 | 31 | 112 | 0 | 50 | 144 | 77 |
| Binary | 11111111 | 11000000 | 1000010 | 0 | 11001 | 1001010 | 0 | 101000 | 1100100 | 111111 |
Color Harmonies of #FFC042
Complementary color
Monochromatic Colors of #FFC042
Black with #FFC042
Text Example
Text Example
White with #FFC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC042; }
p { color: rgb(255,192,66); }
H1.HeaderClassName
{
color: #FFC042;
}
.AnyTagClassName
{
color: #FFC042;
}
</style>
background-color css
<style>
a { background-color: #FFC042; }
a { background-color: rgb(255,192,66); }
div.DivClassName
{
background-color: #FFC042;
}
.BgClassName
{
background-color: #FFC042;
}
</style>
border-color css
<style>
span { border-color: #FFC042; }
span { border-color: rgb(255,192,66); }
td.TdClassName
{
border-color: #FFC042;
}
.TagClassName
{
border-color: #FFC042;
}
</style>