Shades of Lemon #F9DF0D
Tints of Lemon #F9DF0D
RGB
CMYK
RGB Variations
Color information
#F9DF0D (or 0xF9DF0D) is known color: Lemon. HEX triplet: F9, DF and 0D. RGB value is (249,223,13). Sum of RGB (Red+Green+Blue) = 249+223+13=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DF0D is #0620F2. Grayscale: #CFCFCF. Windows color (decimal): -401651 or 909305. OLE color: 909305.
HSL color Cylindrical-coordinate representation of color #F9DF0D: hue angle of 53.39º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9DF0D is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 13 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.02 |
| HSL | 53.39º | 0.95% | 0.51% | - |
| HSV(B) | 53.39º | 0.95% | 0.98% | - |
| XYZ | 65.53 | 72.94 | 11.01 | - |
| YUV | 206.83 | 18.61 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 13 | 0 | 0.10 | 0.95 | 0.02 | 53.39 | 0.95 | 0.51 |
| Hex | F9 | DF | D | 0 | A | 5F | 2 | 35 | 5F | 33 |
| Octal | 371 | 337 | 15 | 0 | 12 | 137 | 2 | 65 | 137 | 63 |
| Binary | 11111001 | 11011111 | 1101 | 0 | 1010 | 1011111 | 10 | 110101 | 1011111 | 110011 |
Color Harmonies of #F9DF0D
Complementary color
Monochromatic Colors of #F9DF0D
Black with #F9DF0D
Text Example
Text Example
White with #F9DF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF0D; }
p { color: rgb(249,223,13); }
H1.HeaderClassName
{
color: #F9DF0D;
}
.AnyTagClassName
{
color: #F9DF0D;
}
</style>
background-color css
<style>
a { background-color: #F9DF0D; }
a { background-color: rgb(249,223,13); }
div.DivClassName
{
background-color: #F9DF0D;
}
.BgClassName
{
background-color: #F9DF0D;
}
</style>
border-color css
<style>
span { border-color: #F9DF0D; }
span { border-color: rgb(249,223,13); }
td.TdClassName
{
border-color: #F9DF0D;
}
.TagClassName
{
border-color: #F9DF0D;
}
</style>