Shades of Lemon #FFF003
Tints of Lemon #FFF003
RGB
CMYK
RGB Variations
Color information
#FFF003 (or 0xFFF003) is known color: Lemon. HEX triplet: FF, F0 and 03. RGB value is (255,240,3). Sum of RGB (Red+Green+Blue) = 255+240+3=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 3 (1.56% from 255 or 0.60% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF003 is #000FFC. Grayscale: #DADADA. Windows color (decimal): -4093 or 258303. OLE color: 258303.
HSL color Cylindrical-coordinate representation of color #FFF003: hue angle of 56.43º 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 #FFF003 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0 |
| HSL | 56.43º | 1% | 0.51% | - |
| HSV(B) | 56.43º | 0.99% | 1% | - |
| XYZ | 72.42 | 83.59 | 12.4 | - |
| YUV | 217.47 | 6.97 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 3 | 0 | 0.06 | 0.99 | 0 | 56.43 | 1 | 0.51 |
| Hex | FF | F0 | 3 | 0 | 6 | 63 | 0 | 38 | 64 | 33 |
| Octal | 377 | 360 | 3 | 0 | 6 | 143 | 0 | 70 | 144 | 63 |
| Binary | 11111111 | 11110000 | 11 | 0 | 110 | 1100011 | 0 | 111000 | 1100100 | 110011 |
Color Harmonies of #FFF003
Complementary color
Monochromatic Colors of #FFF003
Black with #FFF003
Text Example
Text Example
White with #FFF003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF003; }
p { color: rgb(255,240,3); }
H1.HeaderClassName
{
color: #FFF003;
}
.AnyTagClassName
{
color: #FFF003;
}
</style>
background-color css
<style>
a { background-color: #FFF003; }
a { background-color: rgb(255,240,3); }
div.DivClassName
{
background-color: #FFF003;
}
.BgClassName
{
background-color: #FFF003;
}
</style>
border-color css
<style>
span { border-color: #FFF003; }
span { border-color: rgb(255,240,3); }
td.TdClassName
{
border-color: #FFF003;
}
.TagClassName
{
border-color: #FFF003;
}
</style>