Shades of Selective Yellow #F9BA0D
Tints of Selective Yellow #F9BA0D
RGB
CMYK
RGB Variations
Color information
#F9BA0D (or 0xF9BA0D) is known color: Selective Yellow. HEX triplet: F9, BA and 0D. RGB value is (249,186,13). Sum of RGB (Red+Green+Blue) = 249+186+13=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BA0D is #0645F2. Grayscale: #B9B9B9. Windows color (decimal): -411123 or 899833. OLE color: 899833.
HSL color Cylindrical-coordinate representation of color #F9BA0D: hue angle of 43.98º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9BA0D is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 186 | 13 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.02 |
| HSL | 43.98º | 0.95% | 0.51% | - |
| HSV(B) | 43.98º | 0.95% | 0.98% | - |
| XYZ | 56.7 | 55.29 | 8.06 | - |
| YUV | 185.12 | 30.87 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 186 | 13 | 0 | 0.25 | 0.95 | 0.02 | 43.98 | 0.95 | 0.51 |
| Hex | F9 | BA | D | 0 | 19 | 5F | 2 | 2C | 5F | 33 |
| Octal | 371 | 272 | 15 | 0 | 31 | 137 | 2 | 54 | 137 | 63 |
| Binary | 11111001 | 10111010 | 1101 | 0 | 11001 | 1011111 | 10 | 101100 | 1011111 | 110011 |
Color Harmonies of #F9BA0D
Complementary color
Monochromatic Colors of #F9BA0D
Black with #F9BA0D
Text Example
Text Example
White with #F9BA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BA0D; }
p { color: rgb(249,186,13); }
H1.HeaderClassName
{
color: #F9BA0D;
}
.AnyTagClassName
{
color: #F9BA0D;
}
</style>
background-color css
<style>
a { background-color: #F9BA0D; }
a { background-color: rgb(249,186,13); }
div.DivClassName
{
background-color: #F9BA0D;
}
.BgClassName
{
background-color: #F9BA0D;
}
</style>
border-color css
<style>
span { border-color: #F9BA0D; }
span { border-color: rgb(249,186,13); }
td.TdClassName
{
border-color: #F9BA0D;
}
.TagClassName
{
border-color: #F9BA0D;
}
</style>