Shades of Selective Yellow #F5BA09
Tints of Selective Yellow #F5BA09
RGB
CMYK
RGB Variations
Color information
#F5BA09 (or 0xF5BA09) is known color: Selective Yellow. HEX triplet: F5, BA and 09. RGB value is (245,186,9). Sum of RGB (Red+Green+Blue) = 245+186+9=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA09 is #0A45F6. Grayscale: #B8B8B8. Windows color (decimal): -673271 or 637685. OLE color: 637685.
HSL color Cylindrical-coordinate representation of color #F5BA09: hue angle of 45º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5BA09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.04 |
| HSL | 45º | 0.93% | 0.5% | - |
| HSV(B) | 45º | 0.96% | 0.96% | - |
| XYZ | 55.26 | 54.55 | 7.87 | - |
| YUV | 183.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 9 | 0 | 0.24 | 0.96 | 0.04 | 45 | 0.93 | 0.5 |
| Hex | F5 | BA | 9 | 0 | 18 | 60 | 4 | 2D | 5D | 32 |
| Octal | 365 | 272 | 11 | 0 | 30 | 140 | 4 | 55 | 135 | 62 |
| Binary | 11110101 | 10111010 | 1001 | 0 | 11000 | 1100000 | 100 | 101101 | 1011101 | 110010 |
Color Harmonies of #F5BA09
Complementary color
Monochromatic Colors of #F5BA09
Black with #F5BA09
Text Example
Text Example
White with #F5BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA09; }
p { color: rgb(245,186,9); }
H1.HeaderClassName
{
color: #F5BA09;
}
.AnyTagClassName
{
color: #F5BA09;
}
</style>
background-color css
<style>
a { background-color: #F5BA09; }
a { background-color: rgb(245,186,9); }
div.DivClassName
{
background-color: #F5BA09;
}
.BgClassName
{
background-color: #F5BA09;
}
</style>
border-color css
<style>
span { border-color: #F5BA09; }
span { border-color: rgb(245,186,9); }
td.TdClassName
{
border-color: #F5BA09;
}
.TagClassName
{
border-color: #F5BA09;
}
</style>