Shades of Golden Tainoi #F8C458
Tints of Golden Tainoi #F8C458
RGB
CMYK
RGB Variations
Color information
#F8C458 (or 0xF8C458) is known color: Golden Tainoi. HEX triplet: F8, C4 and 58. RGB value is (248,196,88). Sum of RGB (Red+Green+Blue) = 248+196+88=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C458 is #073BA7. Grayscale: #C7C7C7. Windows color (decimal): -474024 or 5817592. OLE color: 5817592.
HSL color Cylindrical-coordinate representation of color #F8C458: hue angle of 40.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F8C458 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 88 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.03 |
| HSL | 40.5º | 0.92% | 0.66% | - |
| HSV(B) | 40.5º | 0.65% | 0.97% | - |
| XYZ | 60.21 | 60.14 | 17.67 | - |
| YUV | 199.24 | 65.23 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 88 | 0 | 0.21 | 0.65 | 0.03 | 40.5 | 0.92 | 0.66 |
| Hex | F8 | C4 | 58 | 0 | 15 | 41 | 3 | 28 | 5C | 42 |
| Octal | 370 | 304 | 130 | 0 | 25 | 101 | 3 | 50 | 134 | 102 |
| Binary | 11111000 | 11000100 | 1011000 | 0 | 10101 | 1000001 | 11 | 101000 | 1011100 | 1000010 |
Color Harmonies of #F8C458
Complementary color
Monochromatic Colors of #F8C458
Black with #F8C458
Text Example
Text Example
White with #F8C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C458; }
p { color: rgb(248,196,88); }
H1.HeaderClassName
{
color: #F8C458;
}
.AnyTagClassName
{
color: #F8C458;
}
</style>
background-color css
<style>
a { background-color: #F8C458; }
a { background-color: rgb(248,196,88); }
div.DivClassName
{
background-color: #F8C458;
}
.BgClassName
{
background-color: #F8C458;
}
</style>
border-color css
<style>
span { border-color: #F8C458; }
span { border-color: rgb(248,196,88); }
td.TdClassName
{
border-color: #F8C458;
}
.TagClassName
{
border-color: #F8C458;
}
</style>