Shades of Golden Tainoi #F8BE49
Tints of Golden Tainoi #F8BE49
RGB
CMYK
RGB Variations
Color information
#F8BE49 (or 0xF8BE49) is known color: Golden Tainoi. HEX triplet: F8, BE and 49. RGB value is (248,190,73). Sum of RGB (Red+Green+Blue) = 248+190+73=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BE49 is #0741B6. Grayscale: #C2C2C2. Windows color (decimal): -475575 or 4833016. OLE color: 4833016.
HSL color Cylindrical-coordinate representation of color #F8BE49: hue angle of 40.11º 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 #F8BE49 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 190 | 73 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.03 |
| HSL | 40.11º | 0.93% | 0.63% | - |
| HSV(B) | 40.11º | 0.71% | 0.97% | - |
| XYZ | 58.33 | 57.26 | 14.28 | - |
| YUV | 194 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 190 | 73 | 0 | 0.23 | 0.71 | 0.03 | 40.11 | 0.93 | 0.63 |
| Hex | F8 | BE | 49 | 0 | 17 | 47 | 3 | 28 | 5D | 3F |
| Octal | 370 | 276 | 111 | 0 | 27 | 107 | 3 | 50 | 135 | 77 |
| Binary | 11111000 | 10111110 | 1001001 | 0 | 10111 | 1000111 | 11 | 101000 | 1011101 | 111111 |
Color Harmonies of #F8BE49
Complementary color
Monochromatic Colors of #F8BE49
Black with #F8BE49
Text Example
Text Example
White with #F8BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BE49; }
p { color: rgb(248,190,73); }
H1.HeaderClassName
{
color: #F8BE49;
}
.AnyTagClassName
{
color: #F8BE49;
}
</style>
background-color css
<style>
a { background-color: #F8BE49; }
a { background-color: rgb(248,190,73); }
div.DivClassName
{
background-color: #F8BE49;
}
.BgClassName
{
background-color: #F8BE49;
}
</style>
border-color css
<style>
span { border-color: #F8BE49; }
span { border-color: rgb(248,190,73); }
td.TdClassName
{
border-color: #F8BE49;
}
.TagClassName
{
border-color: #F8BE49;
}
</style>