Shades of Selective Yellow #F9BC10
Tints of Selective Yellow #F9BC10
RGB
CMYK
RGB Variations
Color information
#F9BC10 (or 0xF9BC10) is known color: Selective Yellow. HEX triplet: F9, BC and 10. RGB value is (249,188,16). Sum of RGB (Red+Green+Blue) = 249+188+16=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BC10 is #0643EF. Grayscale: #BBBBBB. Windows color (decimal): -410608 or 1096953. OLE color: 1096953.
HSL color Cylindrical-coordinate representation of color #F9BC10: hue angle of 44.29º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9BC10 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 16 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.02 |
| HSL | 44.29º | 0.95% | 0.52% | - |
| HSV(B) | 44.29º | 0.94% | 0.98% | - |
| XYZ | 57.14 | 56.14 | 8.32 | - |
| YUV | 186.63 | 31.71 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 16 | 0 | 0.24 | 0.94 | 0.02 | 44.29 | 0.95 | 0.52 |
| Hex | F9 | BC | 10 | 0 | 18 | 5E | 2 | 2C | 5F | 34 |
| Octal | 371 | 274 | 20 | 0 | 30 | 136 | 2 | 54 | 137 | 64 |
| Binary | 11111001 | 10111100 | 10000 | 0 | 11000 | 1011110 | 10 | 101100 | 1011111 | 110100 |
Color Harmonies of #F9BC10
Complementary color
Monochromatic Colors of #F9BC10
Black with #F9BC10
Text Example
Text Example
White with #F9BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BC10; }
p { color: rgb(249,188,16); }
H1.HeaderClassName
{
color: #F9BC10;
}
.AnyTagClassName
{
color: #F9BC10;
}
</style>
background-color css
<style>
a { background-color: #F9BC10; }
a { background-color: rgb(249,188,16); }
div.DivClassName
{
background-color: #F9BC10;
}
.BgClassName
{
background-color: #F9BC10;
}
</style>
border-color css
<style>
span { border-color: #F9BC10; }
span { border-color: rgb(249,188,16); }
td.TdClassName
{
border-color: #F9BC10;
}
.TagClassName
{
border-color: #F9BC10;
}
</style>