Shades of Selective Yellow #F9BC01
Tints of Selective Yellow #F9BC01
RGB
CMYK
RGB Variations
Color information
#F9BC01 (or 0xF9BC01) is known color: Selective Yellow. HEX triplet: F9, BC and 01. RGB value is (249,188,1). Sum of RGB (Red+Green+Blue) = 249+188+1=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BC01 is #0643FE. Grayscale: #B9B9B9. Windows color (decimal): -410623 or 113913. OLE color: 113913.
HSL color Cylindrical-coordinate representation of color #F9BC01: hue angle of 45.24º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9BC01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 188 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.02 |
| HSL | 45.24º | 0.99% | 0.49% | - |
| HSV(B) | 45.24º | 1% | 0.98% | - |
| XYZ | 57.06 | 56.11 | 7.85 | - |
| YUV | 184.92 | 24.21 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 188 | 1 | 0 | 0.24 | 1.00 | 0.02 | 45.24 | 0.99 | 0.49 |
| Hex | F9 | BC | 1 | 0 | 18 | 64 | 2 | 2D | 63 | 31 |
| Octal | 371 | 274 | 1 | 0 | 30 | 144 | 2 | 55 | 143 | 61 |
| Binary | 11111001 | 10111100 | 1 | 0 | 11000 | 1100100 | 10 | 101101 | 1100011 | 110001 |
Color Harmonies of #F9BC01
Complementary color
Monochromatic Colors of #F9BC01
Black with #F9BC01
Text Example
Text Example
White with #F9BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BC01; }
p { color: rgb(249,188,1); }
H1.HeaderClassName
{
color: #F9BC01;
}
.AnyTagClassName
{
color: #F9BC01;
}
</style>
background-color css
<style>
a { background-color: #F9BC01; }
a { background-color: rgb(249,188,1); }
div.DivClassName
{
background-color: #F9BC01;
}
.BgClassName
{
background-color: #F9BC01;
}
</style>
border-color css
<style>
span { border-color: #F9BC01; }
span { border-color: rgb(249,188,1); }
td.TdClassName
{
border-color: #F9BC01;
}
.TagClassName
{
border-color: #F9BC01;
}
</style>