Shades of Yellow #FFF201
Tints of Yellow #FFF201
RGB
CMYK
RGB Variations
Color information
#FFF201 (or 0xFFF201) is known color: Yellow. HEX triplet: FF, F2 and 01. RGB value is (255,242,1). Sum of RGB (Red+Green+Blue) = 255+242+1=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 1 (0.78% from 255 or 0.20% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF201 is #000DFE. Grayscale: #DBDBDB. Windows color (decimal): -3583 or 127743. OLE color: 127743.
HSL color Cylindrical-coordinate representation of color #FFF201: hue angle of 56.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFF201 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 242 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0 |
| HSL | 56.93º | 1% | 0.5% | - |
| HSV(B) | 56.93º | 1% | 1% | - |
| XYZ | 73 | 84.77 | 12.54 | - |
| YUV | 218.41 | 5.31 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 242 | 1 | 0 | 0.05 | 1.00 | 0 | 56.93 | 1 | 0.5 |
| Hex | FF | F2 | 1 | 0 | 5 | 64 | 0 | 39 | 64 | 32 |
| Octal | 377 | 362 | 1 | 0 | 5 | 144 | 0 | 71 | 144 | 62 |
| Binary | 11111111 | 11110010 | 1 | 0 | 101 | 1100100 | 0 | 111001 | 1100100 | 110010 |
Color Harmonies of #FFF201
Complementary color
Monochromatic Colors of #FFF201
Black with #FFF201
Text Example
Text Example
White with #FFF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF201; }
p { color: rgb(255,242,1); }
H1.HeaderClassName
{
color: #FFF201;
}
.AnyTagClassName
{
color: #FFF201;
}
</style>
background-color css
<style>
a { background-color: #FFF201; }
a { background-color: rgb(255,242,1); }
div.DivClassName
{
background-color: #FFF201;
}
.BgClassName
{
background-color: #FFF201;
}
</style>
border-color css
<style>
span { border-color: #FFF201; }
span { border-color: rgb(255,242,1); }
td.TdClassName
{
border-color: #FFF201;
}
.TagClassName
{
border-color: #FFF201;
}
</style>