Shades of Selective Yellow #F7BA03
Tints of Selective Yellow #F7BA03
RGB
CMYK
RGB Variations
Color information
#F7BA03 (or 0xF7BA03) is known color: Selective Yellow. HEX triplet: F7, BA and 03. RGB value is (247,186,3). Sum of RGB (Red+Green+Blue) = 247+186+3=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 3 (1.56% from 255 or 0.69% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BA03 is #0845FC. Grayscale: #B8B8B8. Windows color (decimal): -542205 or 244471. OLE color: 244471.
HSL color Cylindrical-coordinate representation of color #F7BA03: hue angle of 45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7BA03 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.03 |
| HSL | 45º | 0.98% | 0.49% | - |
| HSV(B) | 45º | 0.99% | 0.97% | - |
| XYZ | 55.93 | 54.9 | 7.73 | - |
| YUV | 183.38 | 26.21 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 3 | 0 | 0.25 | 0.99 | 0.03 | 45 | 0.98 | 0.49 |
| Hex | F7 | BA | 3 | 0 | 19 | 63 | 3 | 2D | 62 | 31 |
| Octal | 367 | 272 | 3 | 0 | 31 | 143 | 3 | 55 | 142 | 61 |
| Binary | 11110111 | 10111010 | 11 | 0 | 11001 | 1100011 | 11 | 101101 | 1100010 | 110001 |
Color Harmonies of #F7BA03
Complementary color
Monochromatic Colors of #F7BA03
Black with #F7BA03
Text Example
Text Example
White with #F7BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA03; }
p { color: rgb(247,186,3); }
H1.HeaderClassName
{
color: #F7BA03;
}
.AnyTagClassName
{
color: #F7BA03;
}
</style>
background-color css
<style>
a { background-color: #F7BA03; }
a { background-color: rgb(247,186,3); }
div.DivClassName
{
background-color: #F7BA03;
}
.BgClassName
{
background-color: #F7BA03;
}
</style>
border-color css
<style>
span { border-color: #F7BA03; }
span { border-color: rgb(247,186,3); }
td.TdClassName
{
border-color: #F7BA03;
}
.TagClassName
{
border-color: #F7BA03;
}
</style>