Shades of Lemon #FFF307
Tints of Lemon #FFF307
RGB
CMYK
RGB Variations
Color information
#FFF307 (or 0xFFF307) is known color: Lemon. HEX triplet: FF, F3 and 07. RGB value is (255,243,7). Sum of RGB (Red+Green+Blue) = 255+243+7=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 7 (3.12% from 255 or 1.39% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF307 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF307 is #000CF8. Grayscale: #DCDCDC. Windows color (decimal): -3321 or 521215. OLE color: 521215.
HSL color Cylindrical-coordinate representation of color #FFF307: hue angle of 57.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFF307 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0 |
| HSL | 57.1º | 1% | 0.51% | - |
| HSV(B) | 57.1º | 0.97% | 1% | - |
| XYZ | 73.33 | 85.38 | 12.82 | - |
| YUV | 219.68 | 7.98 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 7 | 0 | 0.05 | 0.97 | 0 | 57.1 | 1 | 0.51 |
| Hex | FF | F3 | 7 | 0 | 5 | 61 | 0 | 39 | 64 | 33 |
| Octal | 377 | 363 | 7 | 0 | 5 | 141 | 0 | 71 | 144 | 63 |
| Binary | 11111111 | 11110011 | 111 | 0 | 101 | 1100001 | 0 | 111001 | 1100100 | 110011 |
Color Harmonies of #FFF307
Complementary color
Monochromatic Colors of #FFF307
Black with #FFF307
Text Example
Text Example
White with #FFF307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF307; }
p { color: rgb(255,243,7); }
H1.HeaderClassName
{
color: #FFF307;
}
.AnyTagClassName
{
color: #FFF307;
}
</style>
background-color css
<style>
a { background-color: #FFF307; }
a { background-color: rgb(255,243,7); }
div.DivClassName
{
background-color: #FFF307;
}
.BgClassName
{
background-color: #FFF307;
}
</style>
border-color css
<style>
span { border-color: #FFF307; }
span { border-color: rgb(255,243,7); }
td.TdClassName
{
border-color: #FFF307;
}
.TagClassName
{
border-color: #FFF307;
}
</style>