Shades of Selective Yellow #F9B305
Tints of Selective Yellow #F9B305
RGB
CMYK
RGB Variations
Color information
#F9B305 (or 0xF9B305) is known color: Selective Yellow. HEX triplet: F9, B3 and 05. RGB value is (249,179,5). Sum of RGB (Red+Green+Blue) = 249+179+5=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B305 is #064CFA. Grayscale: #B4B4B4. Windows color (decimal): -412923 or 373753. OLE color: 373753.
HSL color Cylindrical-coordinate representation of color #F9B305: hue angle of 42.79º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9B305 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 179 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.02 |
| HSL | 42.79º | 0.96% | 0.5% | - |
| HSV(B) | 42.79º | 0.98% | 0.98% | - |
| XYZ | 55.21 | 52.39 | 7.35 | - |
| YUV | 180.09 | 29.19 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 179 | 5 | 0 | 0.28 | 0.98 | 0.02 | 42.79 | 0.96 | 0.5 |
| Hex | F9 | B3 | 5 | 0 | 1C | 62 | 2 | 2B | 60 | 32 |
| Octal | 371 | 263 | 5 | 0 | 34 | 142 | 2 | 53 | 140 | 62 |
| Binary | 11111001 | 10110011 | 101 | 0 | 11100 | 1100010 | 10 | 101011 | 1100000 | 110010 |
Color Harmonies of #F9B305
Complementary color
Monochromatic Colors of #F9B305
Black with #F9B305
Text Example
Text Example
White with #F9B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B305; }
p { color: rgb(249,179,5); }
H1.HeaderClassName
{
color: #F9B305;
}
.AnyTagClassName
{
color: #F9B305;
}
</style>
background-color css
<style>
a { background-color: #F9B305; }
a { background-color: rgb(249,179,5); }
div.DivClassName
{
background-color: #F9B305;
}
.BgClassName
{
background-color: #F9B305;
}
</style>
border-color css
<style>
span { border-color: #F9B305; }
span { border-color: rgb(249,179,5); }
td.TdClassName
{
border-color: #F9B305;
}
.TagClassName
{
border-color: #F9B305;
}
</style>