Shades of Golden Tainoi #F8C260
Tints of Golden Tainoi #F8C260
RGB
CMYK
RGB Variations
Color information
#F8C260 (or 0xF8C260) is known color: Golden Tainoi. HEX triplet: F8, C2 and 60. RGB value is (248,194,96). Sum of RGB (Red+Green+Blue) = 248+194+96=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C260 is #073D9F. Grayscale: #C7C7C7. Windows color (decimal): -474528 or 6341368. OLE color: 6341368.
HSL color Cylindrical-coordinate representation of color #F8C260: hue angle of 38.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F8C260 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 96 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.03 |
| HSL | 38.68º | 0.92% | 0.67% | - |
| HSV(B) | 38.68º | 0.61% | 0.97% | - |
| XYZ | 60.11 | 59.38 | 19.36 | - |
| YUV | 198.97 | 69.89 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 96 | 0 | 0.22 | 0.61 | 0.03 | 38.68 | 0.92 | 0.67 |
| Hex | F8 | C2 | 60 | 0 | 16 | 3D | 3 | 27 | 5C | 43 |
| Octal | 370 | 302 | 140 | 0 | 26 | 75 | 3 | 47 | 134 | 103 |
| Binary | 11111000 | 11000010 | 1100000 | 0 | 10110 | 111101 | 11 | 100111 | 1011100 | 1000011 |
Color Harmonies of #F8C260
Complementary color
Monochromatic Colors of #F8C260
Black with #F8C260
Text Example
Text Example
White with #F8C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C260; }
p { color: rgb(248,194,96); }
H1.HeaderClassName
{
color: #F8C260;
}
.AnyTagClassName
{
color: #F8C260;
}
</style>
background-color css
<style>
a { background-color: #F8C260; }
a { background-color: rgb(248,194,96); }
div.DivClassName
{
background-color: #F8C260;
}
.BgClassName
{
background-color: #F8C260;
}
</style>
border-color css
<style>
span { border-color: #F8C260; }
span { border-color: rgb(248,194,96); }
td.TdClassName
{
border-color: #F8C260;
}
.TagClassName
{
border-color: #F8C260;
}
</style>