Shades of Selective Yellow #F8BA01
Tints of Selective Yellow #F8BA01
RGB
CMYK
RGB Variations
Color information
#F8BA01 (or 0xF8BA01) is known color: Selective Yellow. HEX triplet: F8, BA and 01. RGB value is (248,186,1). Sum of RGB (Red+Green+Blue) = 248+186+1=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 1 (0.78% from 255 or 0.23% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BA01 is #0745FE. Grayscale: #B8B8B8. Windows color (decimal): -476671 or 113400. OLE color: 113400.
HSL color Cylindrical-coordinate representation of color #F8BA01: hue angle of 44.94º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8BA01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.03 |
| HSL | 44.94º | 0.99% | 0.49% | - |
| HSV(B) | 44.94º | 1% | 0.97% | - |
| XYZ | 56.28 | 55.08 | 7.69 | - |
| YUV | 183.45 | 25.04 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 1 | 0 | 0.25 | 1.00 | 0.03 | 44.94 | 0.99 | 0.49 |
| Hex | F8 | BA | 1 | 0 | 19 | 64 | 3 | 2D | 63 | 31 |
| Octal | 370 | 272 | 1 | 0 | 31 | 144 | 3 | 55 | 143 | 61 |
| Binary | 11111000 | 10111010 | 1 | 0 | 11001 | 1100100 | 11 | 101101 | 1100011 | 110001 |
Color Harmonies of #F8BA01
Complementary color
Monochromatic Colors of #F8BA01
Black with #F8BA01
Text Example
Text Example
White with #F8BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA01; }
p { color: rgb(248,186,1); }
H1.HeaderClassName
{
color: #F8BA01;
}
.AnyTagClassName
{
color: #F8BA01;
}
</style>
background-color css
<style>
a { background-color: #F8BA01; }
a { background-color: rgb(248,186,1); }
div.DivClassName
{
background-color: #F8BA01;
}
.BgClassName
{
background-color: #F8BA01;
}
</style>
border-color css
<style>
span { border-color: #F8BA01; }
span { border-color: rgb(248,186,1); }
td.TdClassName
{
border-color: #F8BA01;
}
.TagClassName
{
border-color: #F8BA01;
}
</style>