Shades of Golden Tainoi #F8C042
Tints of Golden Tainoi #F8C042
RGB
CMYK
RGB Variations
Color information
#F8C042 (or 0xF8C042) is known color: Golden Tainoi. HEX triplet: F8, C0 and 42. RGB value is (248,192,66). Sum of RGB (Red+Green+Blue) = 248+192+66=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C042 is #073FBD. Grayscale: #C2C2C2. Windows color (decimal): -475070 or 4374776. OLE color: 4374776.
HSL color Cylindrical-coordinate representation of color #F8C042: hue angle of 41.54º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8C042 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 66 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.03 |
| HSL | 41.54º | 0.93% | 0.62% | - |
| HSV(B) | 41.54º | 0.73% | 0.97% | - |
| XYZ | 58.54 | 58.05 | 13.27 | - |
| YUV | 194.38 | 55.55 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 66 | 0 | 0.23 | 0.73 | 0.03 | 41.54 | 0.93 | 0.62 |
| Hex | F8 | C0 | 42 | 0 | 17 | 49 | 3 | 2A | 5D | 3E |
| Octal | 370 | 300 | 102 | 0 | 27 | 111 | 3 | 52 | 135 | 76 |
| Binary | 11111000 | 11000000 | 1000010 | 0 | 10111 | 1001001 | 11 | 101010 | 1011101 | 111110 |
Color Harmonies of #F8C042
Complementary color
Monochromatic Colors of #F8C042
Black with #F8C042
Text Example
Text Example
White with #F8C042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C042; }
p { color: rgb(248,192,66); }
H1.HeaderClassName
{
color: #F8C042;
}
.AnyTagClassName
{
color: #F8C042;
}
</style>
background-color css
<style>
a { background-color: #F8C042; }
a { background-color: rgb(248,192,66); }
div.DivClassName
{
background-color: #F8C042;
}
.BgClassName
{
background-color: #F8C042;
}
</style>
border-color css
<style>
span { border-color: #F8C042; }
span { border-color: rgb(248,192,66); }
td.TdClassName
{
border-color: #F8C042;
}
.TagClassName
{
border-color: #F8C042;
}
</style>