Shades of Golden Tainoi #F9BF4A
Tints of Golden Tainoi #F9BF4A
RGB
CMYK
RGB Variations
Color information
#F9BF4A (or 0xF9BF4A) is known color: Golden Tainoi. HEX triplet: F9, BF and 4A. RGB value is (249,191,74). Sum of RGB (Red+Green+Blue) = 249+191+74=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9BF4A is #0640B5. Grayscale: #C3C3C3. Windows color (decimal): -409782 or 4898809. OLE color: 4898809.
HSL color Cylindrical-coordinate representation of color #F9BF4A: hue angle of 40.11º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F9BF4A is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 74 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.02 |
| HSL | 40.11º | 0.94% | 0.63% | - |
| HSV(B) | 40.11º | 0.7% | 0.98% | - |
| XYZ | 58.93 | 57.9 | 14.55 | - |
| YUV | 195 | 59.72 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 74 | 0 | 0.23 | 0.70 | 0.02 | 40.11 | 0.94 | 0.63 |
| Hex | F9 | BF | 4A | 0 | 17 | 46 | 2 | 28 | 5E | 3F |
| Octal | 371 | 277 | 112 | 0 | 27 | 106 | 2 | 50 | 136 | 77 |
| Binary | 11111001 | 10111111 | 1001010 | 0 | 10111 | 1000110 | 10 | 101000 | 1011110 | 111111 |
Color Harmonies of #F9BF4A
Complementary color
Monochromatic Colors of #F9BF4A
Black with #F9BF4A
Text Example
Text Example
White with #F9BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BF4A; }
p { color: rgb(249,191,74); }
H1.HeaderClassName
{
color: #F9BF4A;
}
.AnyTagClassName
{
color: #F9BF4A;
}
</style>
background-color css
<style>
a { background-color: #F9BF4A; }
a { background-color: rgb(249,191,74); }
div.DivClassName
{
background-color: #F9BF4A;
}
.BgClassName
{
background-color: #F9BF4A;
}
</style>
border-color css
<style>
span { border-color: #F9BF4A; }
span { border-color: rgb(249,191,74); }
td.TdClassName
{
border-color: #F9BF4A;
}
.TagClassName
{
border-color: #F9BF4A;
}
</style>