Shades of Lemon #FFF320
Tints of Lemon #FFF320
RGB
CMYK
RGB Variations
Color information
#FFF320 (or 0xFFF320) is known color: Lemon. HEX triplet: FF, F3 and 20. RGB value is (255,243,32). Sum of RGB (Red+Green+Blue) = 255+243+32=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 32 (12.89% from 255 or 6.04% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF320 is #000CDF. Grayscale: #DFDFDF. Windows color (decimal): -3296 or 2159615. OLE color: 2159615.
HSL color Cylindrical-coordinate representation of color #FFF320: hue angle of 56.77º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFF320 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 32 | - |
| CMYK | 0 | 0.05 | 0.87 | 0 |
| HSL | 56.77º | 1% | 0.56% | - |
| HSV(B) | 56.77º | 0.87% | 1% | - |
| XYZ | 73.55 | 85.47 | 13.99 | - |
| YUV | 222.53 | 20.48 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 32 | 0 | 0.05 | 0.87 | 0 | 56.77 | 1 | 0.56 |
| Hex | FF | F3 | 20 | 0 | 5 | 57 | 0 | 39 | 64 | 38 |
| Octal | 377 | 363 | 40 | 0 | 5 | 127 | 0 | 71 | 144 | 70 |
| Binary | 11111111 | 11110011 | 100000 | 0 | 101 | 1010111 | 0 | 111001 | 1100100 | 111000 |
Color Harmonies of #FFF320
Complementary color
Monochromatic Colors of #FFF320
Black with #FFF320
Text Example
Text Example
White with #FFF320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF320; }
p { color: rgb(255,243,32); }
H1.HeaderClassName
{
color: #FFF320;
}
.AnyTagClassName
{
color: #FFF320;
}
</style>
background-color css
<style>
a { background-color: #FFF320; }
a { background-color: rgb(255,243,32); }
div.DivClassName
{
background-color: #FFF320;
}
.BgClassName
{
background-color: #FFF320;
}
</style>
border-color css
<style>
span { border-color: #FFF320; }
span { border-color: rgb(255,243,32); }
td.TdClassName
{
border-color: #FFF320;
}
.TagClassName
{
border-color: #FFF320;
}
</style>