Shades of Selective Yellow #F5BA05
Tints of Selective Yellow #F5BA05
RGB
CMYK
RGB Variations
Color information
#F5BA05 (or 0xF5BA05) is known color: Selective Yellow. HEX triplet: F5, BA and 05. RGB value is (245,186,5). Sum of RGB (Red+Green+Blue) = 245+186+5=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BA05 is #0A45FA. Grayscale: #B7B7B7. Windows color (decimal): -673275 or 375541. OLE color: 375541.
HSL color Cylindrical-coordinate representation of color #F5BA05: hue angle of 45.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5BA05 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 186 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.04 |
| HSL | 45.25º | 0.96% | 0.49% | - |
| HSV(B) | 45.25º | 0.98% | 0.96% | - |
| XYZ | 55.24 | 54.54 | 7.76 | - |
| YUV | 183.01 | 27.55 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 186 | 5 | 0 | 0.24 | 0.98 | 0.04 | 45.25 | 0.96 | 0.49 |
| Hex | F5 | BA | 5 | 0 | 18 | 62 | 4 | 2D | 60 | 31 |
| Octal | 365 | 272 | 5 | 0 | 30 | 142 | 4 | 55 | 140 | 61 |
| Binary | 11110101 | 10111010 | 101 | 0 | 11000 | 1100010 | 100 | 101101 | 1100000 | 110001 |
Color Harmonies of #F5BA05
Complementary color
Monochromatic Colors of #F5BA05
Black with #F5BA05
Text Example
Text Example
White with #F5BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BA05; }
p { color: rgb(245,186,5); }
H1.HeaderClassName
{
color: #F5BA05;
}
.AnyTagClassName
{
color: #F5BA05;
}
</style>
background-color css
<style>
a { background-color: #F5BA05; }
a { background-color: rgb(245,186,5); }
div.DivClassName
{
background-color: #F5BA05;
}
.BgClassName
{
background-color: #F5BA05;
}
</style>
border-color css
<style>
span { border-color: #F5BA05; }
span { border-color: rgb(245,186,5); }
td.TdClassName
{
border-color: #F5BA05;
}
.TagClassName
{
border-color: #F5BA05;
}
</style>