Shades of Lemon #FFF314
Tints of Lemon #FFF314
RGB
CMYK
RGB Variations
Color information
#FFF314 (or 0xFFF314) is known color: Lemon. HEX triplet: FF, F3 and 14. RGB value is (255,243,20). Sum of RGB (Red+Green+Blue) = 255+243+20=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 20 (8.20% from 255 or 3.86% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF314 is #000CEB. Grayscale: #DEDEDE. Windows color (decimal): -3308 or 1373183. OLE color: 1373183.
HSL color Cylindrical-coordinate representation of color #FFF314: hue angle of 56.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFF314 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0 |
| HSL | 56.94º | 1% | 0.54% | - |
| HSV(B) | 56.94º | 0.92% | 1% | - |
| XYZ | 73.42 | 85.41 | 13.28 | - |
| YUV | 221.17 | 14.48 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 20 | 0 | 0.05 | 0.92 | 0 | 56.94 | 1 | 0.54 |
| Hex | FF | F3 | 14 | 0 | 5 | 5C | 0 | 39 | 64 | 36 |
| Octal | 377 | 363 | 24 | 0 | 5 | 134 | 0 | 71 | 144 | 66 |
| Binary | 11111111 | 11110011 | 10100 | 0 | 101 | 1011100 | 0 | 111001 | 1100100 | 110110 |
Color Harmonies of #FFF314
Complementary color
Monochromatic Colors of #FFF314
Black with #FFF314
Text Example
Text Example
White with #FFF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF314; }
p { color: rgb(255,243,20); }
H1.HeaderClassName
{
color: #FFF314;
}
.AnyTagClassName
{
color: #FFF314;
}
</style>
background-color css
<style>
a { background-color: #FFF314; }
a { background-color: rgb(255,243,20); }
div.DivClassName
{
background-color: #FFF314;
}
.BgClassName
{
background-color: #FFF314;
}
</style>
border-color css
<style>
span { border-color: #FFF314; }
span { border-color: rgb(255,243,20); }
td.TdClassName
{
border-color: #FFF314;
}
.TagClassName
{
border-color: #FFF314;
}
</style>