Shades of Yellow #F9F201
Tints of Yellow #F9F201
RGB
CMYK
RGB Variations
Color information
#F9F201 (or 0xF9F201) is known color: Yellow. HEX triplet: F9, F2 and 01. RGB value is (249,242,1). Sum of RGB (Red+Green+Blue) = 249+242+1=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 1 (0.78% from 255 or 0.20% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F201 is #060DFE. Grayscale: #D9D9D9. Windows color (decimal): -396799 or 127737. OLE color: 127737.
HSL color Cylindrical-coordinate representation of color #F9F201: hue angle of 58.31º 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 #F9F201 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.02 |
| HSL | 58.31º | 0.99% | 0.49% | - |
| HSV(B) | 58.31º | 1% | 0.98% | - |
| XYZ | 70.82 | 83.65 | 12.44 | - |
| YUV | 216.62 | 6.32 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 1 | 0 | 0.03 | 1.00 | 0.02 | 58.31 | 0.99 | 0.49 |
| Hex | F9 | F2 | 1 | 0 | 3 | 64 | 2 | 3A | 63 | 31 |
| Octal | 371 | 362 | 1 | 0 | 3 | 144 | 2 | 72 | 143 | 61 |
| Binary | 11111001 | 11110010 | 1 | 0 | 11 | 1100100 | 10 | 111010 | 1100011 | 110001 |
Color Harmonies of #F9F201
Complementary color
Monochromatic Colors of #F9F201
Black with #F9F201
Text Example
Text Example
White with #F9F201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F201; }
p { color: rgb(249,242,1); }
H1.HeaderClassName
{
color: #F9F201;
}
.AnyTagClassName
{
color: #F9F201;
}
</style>
background-color css
<style>
a { background-color: #F9F201; }
a { background-color: rgb(249,242,1); }
div.DivClassName
{
background-color: #F9F201;
}
.BgClassName
{
background-color: #F9F201;
}
</style>
border-color css
<style>
span { border-color: #F9F201; }
span { border-color: rgb(249,242,1); }
td.TdClassName
{
border-color: #F9F201;
}
.TagClassName
{
border-color: #F9F201;
}
</style>