Shades of Selective Yellow #F9BC00
Tints of Selective Yellow #F9BC00
RGB
CMYK
RGB Variations
Color information
#F9BC00 (or 0xF9BC00) is known color: Selective Yellow. HEX triplet: F9, BC and 00. RGB value is (249,188,0). Sum of RGB (Red+Green+Blue) = 249+188+0=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BC00 is #0643FF. Grayscale: #B9B9B9. Windows color (decimal): -410624 or 48377. OLE color: 48377.
HSL color Cylindrical-coordinate representation of color #F9BC00: hue angle of 45.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9BC00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.02 |
| HSL | 45.3º | 1% | 0.49% | - |
| HSV(B) | 45.3º | 1% | 0.98% | - |
| XYZ | 57.05 | 56.11 | 7.82 | - |
| YUV | 184.81 | 23.71 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 0 | 0 | 0.24 | 1 | 0.02 | 45.3 | 1 | 0.49 |
| Hex | F9 | BC | 0 | 0 | 18 | 64 | 2 | 2D | 64 | 31 |
| Octal | 371 | 274 | 0 | 0 | 30 | 144 | 2 | 55 | 144 | 61 |
| Binary | 11111001 | 10111100 | 0 | 0 | 11000 | 1100100 | 10 | 101101 | 1100100 | 110001 |
Color Harmonies of #F9BC00
Complementary color
Monochromatic Colors of #F9BC00
Black with #F9BC00
Text Example
Text Example
White with #F9BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BC00; }
p { color: rgb(249,188,0); }
H1.HeaderClassName
{
color: #F9BC00;
}
.AnyTagClassName
{
color: #F9BC00;
}
</style>
background-color css
<style>
a { background-color: #F9BC00; }
a { background-color: rgb(249,188,0); }
div.DivClassName
{
background-color: #F9BC00;
}
.BgClassName
{
background-color: #F9BC00;
}
</style>
border-color css
<style>
span { border-color: #F9BC00; }
span { border-color: rgb(249,188,0); }
td.TdClassName
{
border-color: #F9BC00;
}
.TagClassName
{
border-color: #F9BC00;
}
</style>