Shades of Selective Yellow #F8BC10
Tints of Selective Yellow #F8BC10
RGB
CMYK
RGB Variations
Color information
#F8BC10 (or 0xF8BC10) is known color: Selective Yellow. HEX triplet: F8, BC and 10. RGB value is (248,188,16). Sum of RGB (Red+Green+Blue) = 248+188+16=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BC10 is #0743EF. Grayscale: #BBBBBB. Windows color (decimal): -476144 or 1096952. OLE color: 1096952.
HSL color Cylindrical-coordinate representation of color #F8BC10: hue angle of 44.48º 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 #F8BC10 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 16 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.03 |
| HSL | 44.48º | 0.94% | 0.52% | - |
| HSV(B) | 44.48º | 0.94% | 0.97% | - |
| XYZ | 56.79 | 55.96 | 8.3 | - |
| YUV | 186.33 | 31.88 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 16 | 0 | 0.24 | 0.94 | 0.03 | 44.48 | 0.94 | 0.52 |
| Hex | F8 | BC | 10 | 0 | 18 | 5E | 3 | 2C | 5E | 34 |
| Octal | 370 | 274 | 20 | 0 | 30 | 136 | 3 | 54 | 136 | 64 |
| Binary | 11111000 | 10111100 | 10000 | 0 | 11000 | 1011110 | 11 | 101100 | 1011110 | 110100 |
Color Harmonies of #F8BC10
Complementary color
Monochromatic Colors of #F8BC10
Black with #F8BC10
Text Example
Text Example
White with #F8BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC10; }
p { color: rgb(248,188,16); }
H1.HeaderClassName
{
color: #F8BC10;
}
.AnyTagClassName
{
color: #F8BC10;
}
</style>
background-color css
<style>
a { background-color: #F8BC10; }
a { background-color: rgb(248,188,16); }
div.DivClassName
{
background-color: #F8BC10;
}
.BgClassName
{
background-color: #F8BC10;
}
</style>
border-color css
<style>
span { border-color: #F8BC10; }
span { border-color: rgb(248,188,16); }
td.TdClassName
{
border-color: #F8BC10;
}
.TagClassName
{
border-color: #F8BC10;
}
</style>