Shades of Selective Yellow #F7BA05
Tints of Selective Yellow #F7BA05
RGB
CMYK
RGB Variations
Color information
#F7BA05 (or 0xF7BA05) is known color: Selective Yellow. HEX triplet: F7, BA and 05. RGB value is (247,186,5). Sum of RGB (Red+Green+Blue) = 247+186+5=438 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.39% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 5 (2.34% from 255 or 1.14% from 438); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BA05 is #0845FA. Grayscale: #B8B8B8. Windows color (decimal): -542203 or 375543. OLE color: 375543.
HSL color Cylindrical-coordinate representation of color #F7BA05: hue angle of 44.88º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7BA05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.03 |
| HSL | 44.88º | 0.96% | 0.49% | - |
| HSV(B) | 44.88º | 0.98% | 0.97% | - |
| XYZ | 55.94 | 54.9 | 7.79 | - |
| YUV | 183.61 | 27.21 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 5 | 0 | 0.25 | 0.98 | 0.03 | 44.88 | 0.96 | 0.49 |
| Hex | F7 | BA | 5 | 0 | 19 | 62 | 3 | 2D | 60 | 31 |
| Octal | 367 | 272 | 5 | 0 | 31 | 142 | 3 | 55 | 140 | 61 |
| Binary | 11110111 | 10111010 | 101 | 0 | 11001 | 1100010 | 11 | 101101 | 1100000 | 110001 |
Color Harmonies of #F7BA05
Complementary color
Monochromatic Colors of #F7BA05
Black with #F7BA05
Text Example
Text Example
White with #F7BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA05; }
p { color: rgb(247,186,5); }
H1.HeaderClassName
{
color: #F7BA05;
}
.AnyTagClassName
{
color: #F7BA05;
}
</style>
background-color css
<style>
a { background-color: #F7BA05; }
a { background-color: rgb(247,186,5); }
div.DivClassName
{
background-color: #F7BA05;
}
.BgClassName
{
background-color: #F7BA05;
}
</style>
border-color css
<style>
span { border-color: #F7BA05; }
span { border-color: rgb(247,186,5); }
td.TdClassName
{
border-color: #F7BA05;
}
.TagClassName
{
border-color: #F7BA05;
}
</style>