Shades of Yellow #F9F505
Tints of Yellow #F9F505
RGB
CMYK
RGB Variations
Color information
#F9F505 (or 0xF9F505) is known color: Yellow. HEX triplet: F9, F5 and 05. RGB value is (249,245,5). Sum of RGB (Red+Green+Blue) = 249+245+5=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 245 (96.09% from 255 or 49.10% from 499); Blue value is 5 (2.34% from 255 or 1.00% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F505 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F505 is #060AFA. Grayscale: #DBDBDB. Windows color (decimal): -396027 or 390649. OLE color: 390649.
HSL color Cylindrical-coordinate representation of color #F9F505: hue angle of 59.02º 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 #F9F505 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 245 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.02 |
| HSL | 59.02º | 0.96% | 0.5% | - |
| HSV(B) | 59.02º | 0.98% | 0.98% | - |
| XYZ | 71.75 | 85.46 | 12.86 | - |
| YUV | 218.84 | 7.33 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 245 | 5 | 0 | 0.02 | 0.98 | 0.02 | 59.02 | 0.96 | 0.5 |
| Hex | F9 | F5 | 5 | 0 | 2 | 62 | 2 | 3B | 60 | 32 |
| Octal | 371 | 365 | 5 | 0 | 2 | 142 | 2 | 73 | 140 | 62 |
| Binary | 11111001 | 11110101 | 101 | 0 | 10 | 1100010 | 10 | 111011 | 1100000 | 110010 |
Color Harmonies of #F9F505
Complementary color
Monochromatic Colors of #F9F505
Black with #F9F505
Text Example
Text Example
White with #F9F505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F505; }
p { color: rgb(249,245,5); }
H1.HeaderClassName
{
color: #F9F505;
}
.AnyTagClassName
{
color: #F9F505;
}
</style>
background-color css
<style>
a { background-color: #F9F505; }
a { background-color: rgb(249,245,5); }
div.DivClassName
{
background-color: #F9F505;
}
.BgClassName
{
background-color: #F9F505;
}
</style>
border-color css
<style>
span { border-color: #F9F505; }
span { border-color: rgb(249,245,5); }
td.TdClassName
{
border-color: #F9F505;
}
.TagClassName
{
border-color: #F9F505;
}
</style>