Shades of Selective Yellow #F7BA02
Tints of Selective Yellow #F7BA02
RGB
CMYK
RGB Variations
Color information
#F7BA02 (or 0xF7BA02) is known color: Selective Yellow. HEX triplet: F7, BA and 02. RGB value is (247,186,2). Sum of RGB (Red+Green+Blue) = 247+186+2=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BA02 is #0845FD. Grayscale: #B8B8B8. Windows color (decimal): -542206 or 178935. OLE color: 178935.
HSL color Cylindrical-coordinate representation of color #F7BA02: hue angle of 45.06º 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 #F7BA02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 186 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.03 |
| HSL | 45.06º | 0.98% | 0.49% | - |
| HSV(B) | 45.06º | 0.99% | 0.97% | - |
| XYZ | 55.93 | 54.9 | 7.71 | - |
| YUV | 183.26 | 25.71 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 186 | 2 | 0 | 0.25 | 0.99 | 0.03 | 45.06 | 0.98 | 0.49 |
| Hex | F7 | BA | 2 | 0 | 19 | 63 | 3 | 2D | 62 | 31 |
| Octal | 367 | 272 | 2 | 0 | 31 | 143 | 3 | 55 | 142 | 61 |
| Binary | 11110111 | 10111010 | 10 | 0 | 11001 | 1100011 | 11 | 101101 | 1100010 | 110001 |
Color Harmonies of #F7BA02
Complementary color
Monochromatic Colors of #F7BA02
Black with #F7BA02
Text Example
Text Example
White with #F7BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BA02; }
p { color: rgb(247,186,2); }
H1.HeaderClassName
{
color: #F7BA02;
}
.AnyTagClassName
{
color: #F7BA02;
}
</style>
background-color css
<style>
a { background-color: #F7BA02; }
a { background-color: rgb(247,186,2); }
div.DivClassName
{
background-color: #F7BA02;
}
.BgClassName
{
background-color: #F7BA02;
}
</style>
border-color css
<style>
span { border-color: #F7BA02; }
span { border-color: rgb(247,186,2); }
td.TdClassName
{
border-color: #F7BA02;
}
.TagClassName
{
border-color: #F7BA02;
}
</style>