Shades of Selective Yellow #F8BA10
Tints of Selective Yellow #F8BA10
RGB
CMYK
RGB Variations
Color information
#F8BA10 (or 0xF8BA10) is known color: Selective Yellow. HEX triplet: F8, BA and 10. RGB value is (248,186,16). Sum of RGB (Red+Green+Blue) = 248+186+16=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BA10 is #0745EF. Grayscale: #B9B9B9. Windows color (decimal): -476656 or 1096440. OLE color: 1096440.
HSL color Cylindrical-coordinate representation of color #F8BA10: hue angle of 43.97º 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 #F8BA10 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 16 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.03 |
| HSL | 43.97º | 0.94% | 0.52% | - |
| HSV(B) | 43.97º | 0.94% | 0.97% | - |
| XYZ | 56.36 | 55.11 | 8.16 | - |
| YUV | 185.16 | 32.54 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 16 | 0 | 0.25 | 0.94 | 0.03 | 43.97 | 0.94 | 0.52 |
| Hex | F8 | BA | 10 | 0 | 19 | 5E | 3 | 2C | 5E | 34 |
| Octal | 370 | 272 | 20 | 0 | 31 | 136 | 3 | 54 | 136 | 64 |
| Binary | 11111000 | 10111010 | 10000 | 0 | 11001 | 1011110 | 11 | 101100 | 1011110 | 110100 |
Color Harmonies of #F8BA10
Complementary color
Monochromatic Colors of #F8BA10
Black with #F8BA10
Text Example
Text Example
White with #F8BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA10; }
p { color: rgb(248,186,16); }
H1.HeaderClassName
{
color: #F8BA10;
}
.AnyTagClassName
{
color: #F8BA10;
}
</style>
background-color css
<style>
a { background-color: #F8BA10; }
a { background-color: rgb(248,186,16); }
div.DivClassName
{
background-color: #F8BA10;
}
.BgClassName
{
background-color: #F8BA10;
}
</style>
border-color css
<style>
span { border-color: #F8BA10; }
span { border-color: rgb(248,186,16); }
td.TdClassName
{
border-color: #F8BA10;
}
.TagClassName
{
border-color: #F8BA10;
}
</style>