Shades of Golden Tainoi #F8C24A
Tints of Golden Tainoi #F8C24A
RGB
CMYK
RGB Variations
Color information
#F8C24A (or 0xF8C24A) is known color: Golden Tainoi. HEX triplet: F8, C2 and 4A. RGB value is (248,194,74). Sum of RGB (Red+Green+Blue) = 248+194+74=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C24A is #073DB5. Grayscale: #C5C5C5. Windows color (decimal): -474550 or 4899576. OLE color: 4899576.
HSL color Cylindrical-coordinate representation of color #F8C24A: hue angle of 41.38º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8C24A is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 74 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.03 |
| HSL | 41.38º | 0.93% | 0.63% | - |
| HSV(B) | 41.38º | 0.7% | 0.97% | - |
| XYZ | 59.24 | 59.03 | 14.75 | - |
| YUV | 196.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 74 | 0 | 0.22 | 0.70 | 0.03 | 41.38 | 0.93 | 0.63 |
| Hex | F8 | C2 | 4A | 0 | 16 | 46 | 3 | 29 | 5D | 3F |
| Octal | 370 | 302 | 112 | 0 | 26 | 106 | 3 | 51 | 135 | 77 |
| Binary | 11111000 | 11000010 | 1001010 | 0 | 10110 | 1000110 | 11 | 101001 | 1011101 | 111111 |
Color Harmonies of #F8C24A
Complementary color
Monochromatic Colors of #F8C24A
Black with #F8C24A
Text Example
Text Example
White with #F8C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C24A; }
p { color: rgb(248,194,74); }
H1.HeaderClassName
{
color: #F8C24A;
}
.AnyTagClassName
{
color: #F8C24A;
}
</style>
background-color css
<style>
a { background-color: #F8C24A; }
a { background-color: rgb(248,194,74); }
div.DivClassName
{
background-color: #F8C24A;
}
.BgClassName
{
background-color: #F8C24A;
}
</style>
border-color css
<style>
span { border-color: #F8C24A; }
span { border-color: rgb(248,194,74); }
td.TdClassName
{
border-color: #F8C24A;
}
.TagClassName
{
border-color: #F8C24A;
}
</style>