Shades of Golden Tainoi #FFC258
Tints of Golden Tainoi #FFC258
RGB
CMYK
RGB Variations
Color information
#FFC258 (or 0xFFC258) is known color: Golden Tainoi. HEX triplet: FF, C2 and 58. RGB value is (255,194,88). Sum of RGB (Red+Green+Blue) = 255+194+88=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC258 is #003DA7. Grayscale: #C8C8C8. Windows color (decimal): -15784 or 5817087. OLE color: 5817087.
HSL color Cylindrical-coordinate representation of color #FFC258: hue angle of 38.08º 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 #FFC258 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 88 | - |
| CMYK | 0 | 0.24 | 0.65 | 0 |
| HSL | 38.08º | 1% | 0.67% | - |
| HSV(B) | 38.08º | 0.65% | 1% | - |
| XYZ | 62.29 | 60.55 | 17.64 | - |
| YUV | 200.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 88 | 0 | 0.24 | 0.65 | 0 | 38.08 | 1 | 0.67 |
| Hex | FF | C2 | 58 | 0 | 18 | 41 | 0 | 26 | 64 | 43 |
| Octal | 377 | 302 | 130 | 0 | 30 | 101 | 0 | 46 | 144 | 103 |
| Binary | 11111111 | 11000010 | 1011000 | 0 | 11000 | 1000001 | 0 | 100110 | 1100100 | 1000011 |
Color Harmonies of #FFC258
Complementary color
Monochromatic Colors of #FFC258
Black with #FFC258
Text Example
Text Example
White with #FFC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC258; }
p { color: rgb(255,194,88); }
H1.HeaderClassName
{
color: #FFC258;
}
.AnyTagClassName
{
color: #FFC258;
}
</style>
background-color css
<style>
a { background-color: #FFC258; }
a { background-color: rgb(255,194,88); }
div.DivClassName
{
background-color: #FFC258;
}
.BgClassName
{
background-color: #FFC258;
}
</style>
border-color css
<style>
span { border-color: #FFC258; }
span { border-color: rgb(255,194,88); }
td.TdClassName
{
border-color: #FFC258;
}
.TagClassName
{
border-color: #FFC258;
}
</style>