Shades of Selective Yellow #F5BA08
Tints of Selective Yellow #F5BA08
RGB
CMYK
RGB Variations
Color information
#F5BA08 (or 0xF5BA08) is known color: Selective Yellow. HEX triplet: F5, BA and 08. RGB value is (245,186,8). Sum of RGB (Red+Green+Blue) = 245+186+8=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 8 (3.52% from 255 or 1.82% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA08 is #0A45F7. Grayscale: #B8B8B8. Windows color (decimal): -673272 or 572149. OLE color: 572149.
HSL color Cylindrical-coordinate representation of color #F5BA08: hue angle of 45.06º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5BA08 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.04 |
| HSL | 45.06º | 0.94% | 0.5% | - |
| HSV(B) | 45.06º | 0.97% | 0.96% | - |
| XYZ | 55.26 | 54.55 | 7.85 | - |
| YUV | 183.35 | 29.05 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 8 | 0 | 0.24 | 0.97 | 0.04 | 45.06 | 0.94 | 0.5 |
| Hex | F5 | BA | 8 | 0 | 18 | 61 | 4 | 2D | 5E | 32 |
| Octal | 365 | 272 | 10 | 0 | 30 | 141 | 4 | 55 | 136 | 62 |
| Binary | 11110101 | 10111010 | 1000 | 0 | 11000 | 1100001 | 100 | 101101 | 1011110 | 110010 |
Color Harmonies of #F5BA08
Complementary color
Monochromatic Colors of #F5BA08
Black with #F5BA08
Text Example
Text Example
White with #F5BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA08; }
p { color: rgb(245,186,8); }
H1.HeaderClassName
{
color: #F5BA08;
}
.AnyTagClassName
{
color: #F5BA08;
}
</style>
background-color css
<style>
a { background-color: #F5BA08; }
a { background-color: rgb(245,186,8); }
div.DivClassName
{
background-color: #F5BA08;
}
.BgClassName
{
background-color: #F5BA08;
}
</style>
border-color css
<style>
span { border-color: #F5BA08; }
span { border-color: rgb(245,186,8); }
td.TdClassName
{
border-color: #F5BA08;
}
.TagClassName
{
border-color: #F5BA08;
}
</style>