Shades of Selective Yellow #F9B502
Tints of Selective Yellow #F9B502
RGB
CMYK
RGB Variations
Color information
#F9B502 (or 0xF9B502) is known color: Selective Yellow. HEX triplet: F9, B5 and 02. RGB value is (249,181,2). Sum of RGB (Red+Green+Blue) = 249+181+2=432 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.64% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B502 is #064AFD. Grayscale: #B5B5B5. Windows color (decimal): -412414 or 177657. OLE color: 177657.
HSL color Cylindrical-coordinate representation of color #F9B502: hue angle of 43.48º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9B502 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 181 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.02 |
| HSL | 43.48º | 0.98% | 0.49% | - |
| HSV(B) | 43.48º | 0.99% | 0.98% | - |
| XYZ | 55.6 | 53.19 | 7.39 | - |
| YUV | 180.93 | 27.03 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 181 | 2 | 0 | 0.27 | 0.99 | 0.02 | 43.48 | 0.98 | 0.49 |
| Hex | F9 | B5 | 2 | 0 | 1B | 63 | 2 | 2B | 62 | 31 |
| Octal | 371 | 265 | 2 | 0 | 33 | 143 | 2 | 53 | 142 | 61 |
| Binary | 11111001 | 10110101 | 10 | 0 | 11011 | 1100011 | 10 | 101011 | 1100010 | 110001 |
Color Harmonies of #F9B502
Complementary color
Monochromatic Colors of #F9B502
Black with #F9B502
Text Example
Text Example
White with #F9B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B502; }
p { color: rgb(249,181,2); }
H1.HeaderClassName
{
color: #F9B502;
}
.AnyTagClassName
{
color: #F9B502;
}
</style>
background-color css
<style>
a { background-color: #F9B502; }
a { background-color: rgb(249,181,2); }
div.DivClassName
{
background-color: #F9B502;
}
.BgClassName
{
background-color: #F9B502;
}
</style>
border-color css
<style>
span { border-color: #F9B502; }
span { border-color: rgb(249,181,2); }
td.TdClassName
{
border-color: #F9B502;
}
.TagClassName
{
border-color: #F9B502;
}
</style>