Shades of Selective Yellow #F8BA0F
Tints of Selective Yellow #F8BA0F
RGB
CMYK
RGB Variations
Color information
#F8BA0F (or 0xF8BA0F) is known color: Selective Yellow. HEX triplet: F8, BA and 0F. RGB value is (248,186,15). Sum of RGB (Red+Green+Blue) = 248+186+15=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BA0F is #0745F0. Grayscale: #B9B9B9. Windows color (decimal): -476657 or 1030904. OLE color: 1030904.
HSL color Cylindrical-coordinate representation of color #F8BA0F: hue angle of 44.03º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8BA0F is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 15 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.03 |
| HSL | 44.03º | 0.94% | 0.52% | - |
| HSV(B) | 44.03º | 0.94% | 0.97% | - |
| XYZ | 56.36 | 55.11 | 8.12 | - |
| YUV | 185.04 | 32.04 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 15 | 0 | 0.25 | 0.94 | 0.03 | 44.03 | 0.94 | 0.52 |
| Hex | F8 | BA | F | 0 | 19 | 5E | 3 | 2C | 5E | 34 |
| Octal | 370 | 272 | 17 | 0 | 31 | 136 | 3 | 54 | 136 | 64 |
| Binary | 11111000 | 10111010 | 1111 | 0 | 11001 | 1011110 | 11 | 101100 | 1011110 | 110100 |
Color Harmonies of #F8BA0F
Complementary color
Monochromatic Colors of #F8BA0F
Black with #F8BA0F
Text Example
Text Example
White with #F8BA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA0F; }
p { color: rgb(248,186,15); }
H1.HeaderClassName
{
color: #F8BA0F;
}
.AnyTagClassName
{
color: #F8BA0F;
}
</style>
background-color css
<style>
a { background-color: #F8BA0F; }
a { background-color: rgb(248,186,15); }
div.DivClassName
{
background-color: #F8BA0F;
}
.BgClassName
{
background-color: #F8BA0F;
}
</style>
border-color css
<style>
span { border-color: #F8BA0F; }
span { border-color: rgb(248,186,15); }
td.TdClassName
{
border-color: #F8BA0F;
}
.TagClassName
{
border-color: #F8BA0F;
}
</style>