Shades of Golden Tainoi #F8C24E
Tints of Golden Tainoi #F8C24E
RGB
CMYK
RGB Variations
Color information
#F8C24E (or 0xF8C24E) is known color: Golden Tainoi. HEX triplet: F8, C2 and 4E. RGB value is (248,194,78). Sum of RGB (Red+Green+Blue) = 248+194+78=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C24E is #073DB1. Grayscale: #C5C5C5. Windows color (decimal): -474546 or 5161720. OLE color: 5161720.
HSL color Cylindrical-coordinate representation of color #F8C24E: hue angle of 40.94º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8C24E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 78 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.03 |
| HSL | 40.94º | 0.92% | 0.64% | - |
| HSV(B) | 40.94º | 0.69% | 0.97% | - |
| XYZ | 59.38 | 59.09 | 15.48 | - |
| YUV | 196.92 | 60.89 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 78 | 0 | 0.22 | 0.69 | 0.03 | 40.94 | 0.92 | 0.64 |
| Hex | F8 | C2 | 4E | 0 | 16 | 45 | 3 | 29 | 5C | 40 |
| Octal | 370 | 302 | 116 | 0 | 26 | 105 | 3 | 51 | 134 | 100 |
| Binary | 11111000 | 11000010 | 1001110 | 0 | 10110 | 1000101 | 11 | 101001 | 1011100 | 1000000 |
Color Harmonies of #F8C24E
Complementary color
Monochromatic Colors of #F8C24E
Black with #F8C24E
Text Example
Text Example
White with #F8C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C24E; }
p { color: rgb(248,194,78); }
H1.HeaderClassName
{
color: #F8C24E;
}
.AnyTagClassName
{
color: #F8C24E;
}
</style>
background-color css
<style>
a { background-color: #F8C24E; }
a { background-color: rgb(248,194,78); }
div.DivClassName
{
background-color: #F8C24E;
}
.BgClassName
{
background-color: #F8C24E;
}
</style>
border-color css
<style>
span { border-color: #F8C24E; }
span { border-color: rgb(248,194,78); }
td.TdClassName
{
border-color: #F8C24E;
}
.TagClassName
{
border-color: #F8C24E;
}
</style>