Shades of Yellow #FFF501
Tints of Yellow #FFF501
RGB
CMYK
RGB Variations
Color information
#FFF501 (or 0xFFF501) is known color: Yellow. HEX triplet: FF, F5 and 01. RGB value is (255,245,1). Sum of RGB (Red+Green+Blue) = 255+245+1=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 1 (0.78% from 255 or 0.20% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF501 is #000AFE. Grayscale: #DDDDDD. Windows color (decimal): -2815 or 128511. OLE color: 128511.
HSL color Cylindrical-coordinate representation of color #FFF501: hue angle of 57.64º 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 #FFF501 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0 |
| HSL | 57.64º | 1% | 0.5% | - |
| HSV(B) | 57.64º | 1% | 1% | - |
| XYZ | 73.9 | 86.57 | 12.84 | - |
| YUV | 220.17 | 4.31 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 1 | 0 | 0.04 | 1.00 | 0 | 57.64 | 1 | 0.5 |
| Hex | FF | F5 | 1 | 0 | 4 | 64 | 0 | 3A | 64 | 32 |
| Octal | 377 | 365 | 1 | 0 | 4 | 144 | 0 | 72 | 144 | 62 |
| Binary | 11111111 | 11110101 | 1 | 0 | 100 | 1100100 | 0 | 111010 | 1100100 | 110010 |
Color Harmonies of #FFF501
Complementary color
Monochromatic Colors of #FFF501
Black with #FFF501
Text Example
Text Example
White with #FFF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF501; }
p { color: rgb(255,245,1); }
H1.HeaderClassName
{
color: #FFF501;
}
.AnyTagClassName
{
color: #FFF501;
}
</style>
background-color css
<style>
a { background-color: #FFF501; }
a { background-color: rgb(255,245,1); }
div.DivClassName
{
background-color: #FFF501;
}
.BgClassName
{
background-color: #FFF501;
}
</style>
border-color css
<style>
span { border-color: #FFF501; }
span { border-color: rgb(255,245,1); }
td.TdClassName
{
border-color: #FFF501;
}
.TagClassName
{
border-color: #FFF501;
}
</style>