Shades of Golden Tainoi #F8C748
Tints of Golden Tainoi #F8C748
RGB
CMYK
RGB Variations
Color information
#F8C748 (or 0xF8C748) is known color: Golden Tainoi. HEX triplet: F8, C7 and 48. RGB value is (248,199,72). Sum of RGB (Red+Green+Blue) = 248+199+72=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C748 is #0738B7. Grayscale: #C7C7C7. Windows color (decimal): -473272 or 4769784. OLE color: 4769784.
HSL color Cylindrical-coordinate representation of color #F8C748: hue angle of 43.3º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8C748 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 72 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.03 |
| HSL | 43.3º | 0.93% | 0.63% | - |
| HSV(B) | 43.3º | 0.71% | 0.97% | - |
| XYZ | 60.3 | 61.27 | 14.78 | - |
| YUV | 199.17 | 56.23 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 72 | 0 | 0.20 | 0.71 | 0.03 | 43.3 | 0.93 | 0.63 |
| Hex | F8 | C7 | 48 | 0 | 14 | 47 | 3 | 2B | 5D | 3F |
| Octal | 370 | 307 | 110 | 0 | 24 | 107 | 3 | 53 | 135 | 77 |
| Binary | 11111000 | 11000111 | 1001000 | 0 | 10100 | 1000111 | 11 | 101011 | 1011101 | 111111 |
Color Harmonies of #F8C748
Complementary color
Monochromatic Colors of #F8C748
Black with #F8C748
Text Example
Text Example
White with #F8C748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C748; }
p { color: rgb(248,199,72); }
H1.HeaderClassName
{
color: #F8C748;
}
.AnyTagClassName
{
color: #F8C748;
}
</style>
background-color css
<style>
a { background-color: #F8C748; }
a { background-color: rgb(248,199,72); }
div.DivClassName
{
background-color: #F8C748;
}
.BgClassName
{
background-color: #F8C748;
}
</style>
border-color css
<style>
span { border-color: #F8C748; }
span { border-color: rgb(248,199,72); }
td.TdClassName
{
border-color: #F8C748;
}
.TagClassName
{
border-color: #F8C748;
}
</style>