Shades of Lemon #F5DF1B
Tints of Lemon #F5DF1B
RGB
CMYK
RGB Variations
Color information
#F5DF1B (or 0xF5DF1B) is known color: Lemon. HEX triplet: F5, DF and 1B. RGB value is (245,223,27). Sum of RGB (Red+Green+Blue) = 245+223+27=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF1B is #0A20E4. Grayscale: #D0D0D0. Windows color (decimal): -663781 or 1826805. OLE color: 1826805.
HSL color Cylindrical-coordinate representation of color #F5DF1B: hue angle of 53.94º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5DF1B is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 27 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.04 |
| HSL | 53.94º | 0.92% | 0.53% | - |
| HSV(B) | 53.94º | 0.89% | 0.96% | - |
| XYZ | 64.24 | 72.27 | 11.6 | - |
| YUV | 207.23 | 26.29 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 27 | 0 | 0.09 | 0.89 | 0.04 | 53.94 | 0.92 | 0.53 |
| Hex | F5 | DF | 1B | 0 | 9 | 59 | 4 | 36 | 5C | 35 |
| Octal | 365 | 337 | 33 | 0 | 11 | 131 | 4 | 66 | 134 | 65 |
| Binary | 11110101 | 11011111 | 11011 | 0 | 1001 | 1011001 | 100 | 110110 | 1011100 | 110101 |
Color Harmonies of #F5DF1B
Complementary color
Monochromatic Colors of #F5DF1B
Black with #F5DF1B
Text Example
Text Example
White with #F5DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF1B; }
p { color: rgb(245,223,27); }
H1.HeaderClassName
{
color: #F5DF1B;
}
.AnyTagClassName
{
color: #F5DF1B;
}
</style>
background-color css
<style>
a { background-color: #F5DF1B; }
a { background-color: rgb(245,223,27); }
div.DivClassName
{
background-color: #F5DF1B;
}
.BgClassName
{
background-color: #F5DF1B;
}
</style>
border-color css
<style>
span { border-color: #F5DF1B; }
span { border-color: rgb(245,223,27); }
td.TdClassName
{
border-color: #F5DF1B;
}
.TagClassName
{
border-color: #F5DF1B;
}
</style>