Shades of Golden Tainoi #F8C14B
Tints of Golden Tainoi #F8C14B
RGB
CMYK
RGB Variations
Color information
#F8C14B (or 0xF8C14B) is known color: Golden Tainoi. HEX triplet: F8, C1 and 4B. RGB value is (248,193,75). Sum of RGB (Red+Green+Blue) = 248+193+75=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C14B is #073EB4. Grayscale: #C4C4C4. Windows color (decimal): -474805 or 4964856. OLE color: 4964856.
HSL color Cylindrical-coordinate representation of color #F8C14B: hue angle of 40.92º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8C14B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 75 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.03 |
| HSL | 40.92º | 0.93% | 0.63% | - |
| HSV(B) | 40.92º | 0.7% | 0.97% | - |
| XYZ | 59.05 | 58.6 | 14.86 | - |
| YUV | 195.99 | 59.72 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 75 | 0 | 0.22 | 0.70 | 0.03 | 40.92 | 0.93 | 0.63 |
| Hex | F8 | C1 | 4B | 0 | 16 | 46 | 3 | 29 | 5D | 3F |
| Octal | 370 | 301 | 113 | 0 | 26 | 106 | 3 | 51 | 135 | 77 |
| Binary | 11111000 | 11000001 | 1001011 | 0 | 10110 | 1000110 | 11 | 101001 | 1011101 | 111111 |
Color Harmonies of #F8C14B
Complementary color
Monochromatic Colors of #F8C14B
Black with #F8C14B
Text Example
Text Example
White with #F8C14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C14B; }
p { color: rgb(248,193,75); }
H1.HeaderClassName
{
color: #F8C14B;
}
.AnyTagClassName
{
color: #F8C14B;
}
</style>
background-color css
<style>
a { background-color: #F8C14B; }
a { background-color: rgb(248,193,75); }
div.DivClassName
{
background-color: #F8C14B;
}
.BgClassName
{
background-color: #F8C14B;
}
</style>
border-color css
<style>
span { border-color: #F8C14B; }
span { border-color: rgb(248,193,75); }
td.TdClassName
{
border-color: #F8C14B;
}
.TagClassName
{
border-color: #F8C14B;
}
</style>