Shades of Yellow #F9FA01
Tints of Yellow #F9FA01
RGB
CMYK
RGB Variations
Color information
#F9FA01 (or 0xF9FA01) is known color: Yellow. HEX triplet: F9, FA and 01. RGB value is (249,250,1). Sum of RGB (Red+Green+Blue) = 249+250+1=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 250 (98.05% from 255 or 50% from 500); Blue value is 1 (0.78% from 255 or 0.2% from 500); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9FA01 is #0605FE. Grayscale: #DEDEDE. Windows color (decimal): -394751 or 129785. OLE color: 129785.
HSL color Cylindrical-coordinate representation of color #F9FA01: hue angle of 60.24º 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 #F9FA01 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 250 | 1 | - |
| CMYK | 0.00 | 0 | 1.00 | 0.02 |
| HSL | 60.24º | 0.99% | 0.49% | - |
| HSV(B) | 60.24º | 1% | 0.98% | - |
| XYZ | 73.26 | 88.51 | 13.25 | - |
| YUV | 221.32 | 3.67 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 250 | 1 | 0.00 | 0 | 1.00 | 0.02 | 60.24 | 0.99 | 0.49 |
| Hex | F9 | FA | 1 | 0 | 0 | 64 | 2 | 3C | 63 | 31 |
| Octal | 371 | 372 | 1 | 0 | 0 | 144 | 2 | 74 | 143 | 61 |
| Binary | 11111001 | 11111010 | 1 | 0 | 0 | 1100100 | 10 | 111100 | 1100011 | 110001 |
Color Harmonies of #F9FA01
Complementary color
Monochromatic Colors of #F9FA01
Black with #F9FA01
Text Example
Text Example
White with #F9FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FA01; }
p { color: rgb(249,250,1); }
H1.HeaderClassName
{
color: #F9FA01;
}
.AnyTagClassName
{
color: #F9FA01;
}
</style>
background-color css
<style>
a { background-color: #F9FA01; }
a { background-color: rgb(249,250,1); }
div.DivClassName
{
background-color: #F9FA01;
}
.BgClassName
{
background-color: #F9FA01;
}
</style>
border-color css
<style>
span { border-color: #F9FA01; }
span { border-color: rgb(249,250,1); }
td.TdClassName
{
border-color: #F9FA01;
}
.TagClassName
{
border-color: #F9FA01;
}
</style>