Shades of Lemon #F5DF0A
Tints of Lemon #F5DF0A
RGB
CMYK
RGB Variations
Color information
#F5DF0A (or 0xF5DF0A) is known color: Lemon. HEX triplet: F5, DF and 0A. RGB value is (245,223,10). Sum of RGB (Red+Green+Blue) = 245+223+10=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 10 (4.30% from 255 or 2.09% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DF0A is #0A20F5. Grayscale: #CECECE. Windows color (decimal): -663798 or 712693. OLE color: 712693.
HSL color Cylindrical-coordinate representation of color #F5DF0A: hue angle of 54.38º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5DF0A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.04 |
| HSL | 54.38º | 0.92% | 0.5% | - |
| HSV(B) | 54.38º | 0.96% | 0.96% | - |
| XYZ | 64.1 | 72.21 | 10.85 | - |
| YUV | 205.3 | 17.79 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 10 | 0 | 0.09 | 0.96 | 0.04 | 54.38 | 0.92 | 0.5 |
| Hex | F5 | DF | A | 0 | 9 | 60 | 4 | 36 | 5C | 32 |
| Octal | 365 | 337 | 12 | 0 | 11 | 140 | 4 | 66 | 134 | 62 |
| Binary | 11110101 | 11011111 | 1010 | 0 | 1001 | 1100000 | 100 | 110110 | 1011100 | 110010 |
Color Harmonies of #F5DF0A
Complementary color
Monochromatic Colors of #F5DF0A
Black with #F5DF0A
Text Example
Text Example
White with #F5DF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF0A; }
p { color: rgb(245,223,10); }
H1.HeaderClassName
{
color: #F5DF0A;
}
.AnyTagClassName
{
color: #F5DF0A;
}
</style>
background-color css
<style>
a { background-color: #F5DF0A; }
a { background-color: rgb(245,223,10); }
div.DivClassName
{
background-color: #F5DF0A;
}
.BgClassName
{
background-color: #F5DF0A;
}
</style>
border-color css
<style>
span { border-color: #F5DF0A; }
span { border-color: rgb(245,223,10); }
td.TdClassName
{
border-color: #F5DF0A;
}
.TagClassName
{
border-color: #F5DF0A;
}
</style>