Shades of Golden Tainoi #F7C458
Tints of Golden Tainoi #F7C458
RGB
CMYK
RGB Variations
Color information
#F7C458 (or 0xF7C458) is known color: Golden Tainoi. HEX triplet: F7, C4 and 58. RGB value is (247,196,88). Sum of RGB (Red+Green+Blue) = 247+196+88=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C458 is #083BA7. Grayscale: #C7C7C7. Windows color (decimal): -539560 or 5817591. OLE color: 5817591.
HSL color Cylindrical-coordinate representation of color #F7C458: hue angle of 40.75º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7C458 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 88 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.03 |
| HSL | 40.75º | 0.91% | 0.66% | - |
| HSV(B) | 40.75º | 0.64% | 0.97% | - |
| XYZ | 59.86 | 59.96 | 17.65 | - |
| YUV | 198.94 | 65.4 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 88 | 0 | 0.21 | 0.64 | 0.03 | 40.75 | 0.91 | 0.66 |
| Hex | F7 | C4 | 58 | 0 | 15 | 40 | 3 | 29 | 5B | 42 |
| Octal | 367 | 304 | 130 | 0 | 25 | 100 | 3 | 51 | 133 | 102 |
| Binary | 11110111 | 11000100 | 1011000 | 0 | 10101 | 1000000 | 11 | 101001 | 1011011 | 1000010 |
Color Harmonies of #F7C458
Complementary color
Monochromatic Colors of #F7C458
Black with #F7C458
Text Example
Text Example
White with #F7C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C458; }
p { color: rgb(247,196,88); }
H1.HeaderClassName
{
color: #F7C458;
}
.AnyTagClassName
{
color: #F7C458;
}
</style>
background-color css
<style>
a { background-color: #F7C458; }
a { background-color: rgb(247,196,88); }
div.DivClassName
{
background-color: #F7C458;
}
.BgClassName
{
background-color: #F7C458;
}
</style>
border-color css
<style>
span { border-color: #F7C458; }
span { border-color: rgb(247,196,88); }
td.TdClassName
{
border-color: #F7C458;
}
.TagClassName
{
border-color: #F7C458;
}
</style>