Shades of Golden Tainoi #F8C061
Tints of Golden Tainoi #F8C061
RGB
CMYK
RGB Variations
Color information
#F8C061 (or 0xF8C061) is known color: Golden Tainoi. HEX triplet: F8, C0 and 61. RGB value is (248,192,97). Sum of RGB (Red+Green+Blue) = 248+192+97=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C061 is #073F9E. Grayscale: #C6C6C6. Windows color (decimal): -475039 or 6406392. OLE color: 6406392.
HSL color Cylindrical-coordinate representation of color #F8C061: hue angle of 37.75º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8C061 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 97 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.03 |
| HSL | 37.75º | 0.92% | 0.68% | - |
| HSV(B) | 37.75º | 0.61% | 0.97% | - |
| XYZ | 59.72 | 58.52 | 19.46 | - |
| YUV | 197.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 97 | 0 | 0.23 | 0.61 | 0.03 | 37.75 | 0.92 | 0.68 |
| Hex | F8 | C0 | 61 | 0 | 17 | 3D | 3 | 26 | 5C | 44 |
| Octal | 370 | 300 | 141 | 0 | 27 | 75 | 3 | 46 | 134 | 104 |
| Binary | 11111000 | 11000000 | 1100001 | 0 | 10111 | 111101 | 11 | 100110 | 1011100 | 1000100 |
Color Harmonies of #F8C061
Complementary color
Monochromatic Colors of #F8C061
Black with #F8C061
Text Example
Text Example
White with #F8C061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C061; }
p { color: rgb(248,192,97); }
H1.HeaderClassName
{
color: #F8C061;
}
.AnyTagClassName
{
color: #F8C061;
}
</style>
background-color css
<style>
a { background-color: #F8C061; }
a { background-color: rgb(248,192,97); }
div.DivClassName
{
background-color: #F8C061;
}
.BgClassName
{
background-color: #F8C061;
}
</style>
border-color css
<style>
span { border-color: #F8C061; }
span { border-color: rgb(248,192,97); }
td.TdClassName
{
border-color: #F8C061;
}
.TagClassName
{
border-color: #F8C061;
}
</style>