Shades of Yellow #F9FC01
Tints of Yellow #F9FC01
RGB
CMYK
RGB Variations
Color information
#F9FC01 (or 0xF9FC01) is known color: Yellow. HEX triplet: F9, FC and 01. RGB value is (249,252,1). Sum of RGB (Red+Green+Blue) = 249+252+1=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 1 (0.78% from 255 or 0.20% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9FC01 is #0603FE. Grayscale: #DFDFDF. Windows color (decimal): -394239 or 130297. OLE color: 130297.
HSL color Cylindrical-coordinate representation of color #F9FC01: hue angle of 60.72º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9FC01 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 252 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.01 |
| HSL | 60.72º | 0.99% | 0.5% | - |
| HSV(B) | 60.72º | 1% | 0.99% | - |
| XYZ | 73.88 | 89.76 | 13.46 | - |
| YUV | 222.49 | 3.01 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 252 | 1 | 0.01 | 0 | 1.00 | 0.01 | 60.72 | 0.99 | 0.5 |
| Hex | F9 | FC | 1 | 1 | 0 | 64 | 1 | 3D | 63 | 32 |
| Octal | 371 | 374 | 1 | 1 | 0 | 144 | 1 | 75 | 143 | 62 |
| Binary | 11111001 | 11111100 | 1 | 1 | 0 | 1100100 | 1 | 111101 | 1100011 | 110010 |
Color Harmonies of #F9FC01
Complementary color
Monochromatic Colors of #F9FC01
Black with #F9FC01
Text Example
Text Example
White with #F9FC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FC01; }
p { color: rgb(249,252,1); }
H1.HeaderClassName
{
color: #F9FC01;
}
.AnyTagClassName
{
color: #F9FC01;
}
</style>
background-color css
<style>
a { background-color: #F9FC01; }
a { background-color: rgb(249,252,1); }
div.DivClassName
{
background-color: #F9FC01;
}
.BgClassName
{
background-color: #F9FC01;
}
</style>
border-color css
<style>
span { border-color: #F9FC01; }
span { border-color: rgb(249,252,1); }
td.TdClassName
{
border-color: #F9FC01;
}
.TagClassName
{
border-color: #F9FC01;
}
</style>