Shades of Golden Tainoi #F8C44E
Tints of Golden Tainoi #F8C44E
RGB
CMYK
RGB Variations
Color information
#F8C44E (or 0xF8C44E) is known color: Golden Tainoi. HEX triplet: F8, C4 and 4E. RGB value is (248,196,78). Sum of RGB (Red+Green+Blue) = 248+196+78=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C44E is #073BB1. Grayscale: #C6C6C6. Windows color (decimal): -474034 or 5162232. OLE color: 5162232.
HSL color Cylindrical-coordinate representation of color #F8C44E: hue angle of 41.65º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8C44E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 78 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.03 |
| HSL | 41.65º | 0.92% | 0.64% | - |
| HSV(B) | 41.65º | 0.69% | 0.97% | - |
| XYZ | 59.83 | 59.99 | 15.63 | - |
| YUV | 198.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 78 | 0 | 0.21 | 0.69 | 0.03 | 41.65 | 0.92 | 0.64 |
| Hex | F8 | C4 | 4E | 0 | 15 | 45 | 3 | 2A | 5C | 40 |
| Octal | 370 | 304 | 116 | 0 | 25 | 105 | 3 | 52 | 134 | 100 |
| Binary | 11111000 | 11000100 | 1001110 | 0 | 10101 | 1000101 | 11 | 101010 | 1011100 | 1000000 |
Color Harmonies of #F8C44E
Complementary color
Monochromatic Colors of #F8C44E
Black with #F8C44E
Text Example
Text Example
White with #F8C44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C44E; }
p { color: rgb(248,196,78); }
H1.HeaderClassName
{
color: #F8C44E;
}
.AnyTagClassName
{
color: #F8C44E;
}
</style>
background-color css
<style>
a { background-color: #F8C44E; }
a { background-color: rgb(248,196,78); }
div.DivClassName
{
background-color: #F8C44E;
}
.BgClassName
{
background-color: #F8C44E;
}
</style>
border-color css
<style>
span { border-color: #F8C44E; }
span { border-color: rgb(248,196,78); }
td.TdClassName
{
border-color: #F8C44E;
}
.TagClassName
{
border-color: #F8C44E;
}
</style>