Shades of Golden Tainoi #F9BE5A
Tints of Golden Tainoi #F9BE5A
RGB
CMYK
RGB Variations
Color information
#F9BE5A (or 0xF9BE5A) is known color: Golden Tainoi. HEX triplet: F9, BE and 5A. RGB value is (249,190,90). Sum of RGB (Red+Green+Blue) = 249+190+90=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 90 (35.55% from 255 or 17.01% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BE5A is #0641A5. Grayscale: #C4C4C4. Windows color (decimal): -410022 or 5947129. OLE color: 5947129.
HSL color Cylindrical-coordinate representation of color #F9BE5A: hue angle of 37.74º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9BE5A is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 90 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.02 |
| HSL | 37.74º | 0.93% | 0.66% | - |
| HSV(B) | 37.74º | 0.64% | 0.98% | - |
| XYZ | 59.33 | 57.7 | 17.68 | - |
| YUV | 196.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 90 | 0 | 0.24 | 0.64 | 0.02 | 37.74 | 0.93 | 0.66 |
| Hex | F9 | BE | 5A | 0 | 18 | 40 | 2 | 26 | 5D | 42 |
| Octal | 371 | 276 | 132 | 0 | 30 | 100 | 2 | 46 | 135 | 102 |
| Binary | 11111001 | 10111110 | 1011010 | 0 | 11000 | 1000000 | 10 | 100110 | 1011101 | 1000010 |
Color Harmonies of #F9BE5A
Complementary color
Monochromatic Colors of #F9BE5A
Black with #F9BE5A
Text Example
Text Example
White with #F9BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BE5A; }
p { color: rgb(249,190,90); }
H1.HeaderClassName
{
color: #F9BE5A;
}
.AnyTagClassName
{
color: #F9BE5A;
}
</style>
background-color css
<style>
a { background-color: #F9BE5A; }
a { background-color: rgb(249,190,90); }
div.DivClassName
{
background-color: #F9BE5A;
}
.BgClassName
{
background-color: #F9BE5A;
}
</style>
border-color css
<style>
span { border-color: #F9BE5A; }
span { border-color: rgb(249,190,90); }
td.TdClassName
{
border-color: #F9BE5A;
}
.TagClassName
{
border-color: #F9BE5A;
}
</style>