Shades of Golden Tainoi #FFC458
Tints of Golden Tainoi #FFC458
RGB
CMYK
RGB Variations
Color information
#FFC458 (or 0xFFC458) is known color: Golden Tainoi. HEX triplet: FF, C4 and 58. RGB value is (255,196,88). Sum of RGB (Red+Green+Blue) = 255+196+88=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 88 (34.77% from 255 or 16.33% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC458 is #003BA7. Grayscale: #C9C9C9. Windows color (decimal): -15272 or 5817599. OLE color: 5817599.
HSL color Cylindrical-coordinate representation of color #FFC458: hue angle of 38.8º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFC458 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 88 | - |
| CMYK | 0 | 0.23 | 0.65 | 0 |
| HSL | 38.8º | 1% | 0.67% | - |
| HSV(B) | 38.8º | 0.65% | 1% | - |
| XYZ | 62.74 | 61.44 | 17.79 | - |
| YUV | 201.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 88 | 0 | 0.23 | 0.65 | 0 | 38.8 | 1 | 0.67 |
| Hex | FF | C4 | 58 | 0 | 17 | 41 | 0 | 27 | 64 | 43 |
| Octal | 377 | 304 | 130 | 0 | 27 | 101 | 0 | 47 | 144 | 103 |
| Binary | 11111111 | 11000100 | 1011000 | 0 | 10111 | 1000001 | 0 | 100111 | 1100100 | 1000011 |
Color Harmonies of #FFC458
Complementary color
Monochromatic Colors of #FFC458
Black with #FFC458
Text Example
Text Example
White with #FFC458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC458; }
p { color: rgb(255,196,88); }
H1.HeaderClassName
{
color: #FFC458;
}
.AnyTagClassName
{
color: #FFC458;
}
</style>
background-color css
<style>
a { background-color: #FFC458; }
a { background-color: rgb(255,196,88); }
div.DivClassName
{
background-color: #FFC458;
}
.BgClassName
{
background-color: #FFC458;
}
</style>
border-color css
<style>
span { border-color: #FFC458; }
span { border-color: rgb(255,196,88); }
td.TdClassName
{
border-color: #FFC458;
}
.TagClassName
{
border-color: #FFC458;
}
</style>