Shades of Yellow #FFF503
Tints of Yellow #FFF503
RGB
CMYK
RGB Variations
Color information
#FFF503 (or 0xFFF503) is known color: Yellow. HEX triplet: FF, F5 and 03. RGB value is (255,245,3). Sum of RGB (Red+Green+Blue) = 255+245+3=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 3 (1.56% from 255 or 0.60% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF503 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF503 is #000AFC. Grayscale: #DDDDDD. Windows color (decimal): -2813 or 259583. OLE color: 259583.
HSL color Cylindrical-coordinate representation of color #FFF503: hue angle of 57.62º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFF503 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0 |
| HSL | 57.62º | 1% | 0.51% | - |
| HSV(B) | 57.62º | 0.99% | 1% | - |
| XYZ | 73.91 | 86.57 | 12.9 | - |
| YUV | 220.4 | 5.31 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 3 | 0 | 0.04 | 0.99 | 0 | 57.62 | 1 | 0.51 |
| Hex | FF | F5 | 3 | 0 | 4 | 63 | 0 | 3A | 64 | 33 |
| Octal | 377 | 365 | 3 | 0 | 4 | 143 | 0 | 72 | 144 | 63 |
| Binary | 11111111 | 11110101 | 11 | 0 | 100 | 1100011 | 0 | 111010 | 1100100 | 110011 |
Color Harmonies of #FFF503
Complementary color
Monochromatic Colors of #FFF503
Black with #FFF503
Text Example
Text Example
White with #FFF503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF503; }
p { color: rgb(255,245,3); }
H1.HeaderClassName
{
color: #FFF503;
}
.AnyTagClassName
{
color: #FFF503;
}
</style>
background-color css
<style>
a { background-color: #FFF503; }
a { background-color: rgb(255,245,3); }
div.DivClassName
{
background-color: #FFF503;
}
.BgClassName
{
background-color: #FFF503;
}
</style>
border-color css
<style>
span { border-color: #FFF503; }
span { border-color: rgb(255,245,3); }
td.TdClassName
{
border-color: #FFF503;
}
.TagClassName
{
border-color: #FFF503;
}
</style>