Shades of Lemon #F9DF0B
Tints of Lemon #F9DF0B
RGB
CMYK
RGB Variations
Color information
#F9DF0B (or 0xF9DF0B) is known color: Lemon. HEX triplet: F9, DF and 0B. RGB value is (249,223,11). Sum of RGB (Red+Green+Blue) = 249+223+11=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 11 (4.69% from 255 or 2.28% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DF0B is #0620F4. Grayscale: #CFCFCF. Windows color (decimal): -401653 or 778233. OLE color: 778233.
HSL color Cylindrical-coordinate representation of color #F9DF0B: hue angle of 53.45º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9DF0B is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 11 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.02 |
| HSL | 53.45º | 0.95% | 0.51% | - |
| HSV(B) | 53.45º | 0.96% | 0.98% | - |
| XYZ | 65.52 | 72.94 | 10.94 | - |
| YUV | 206.61 | 17.61 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 11 | 0 | 0.10 | 0.96 | 0.02 | 53.45 | 0.95 | 0.51 |
| Hex | F9 | DF | B | 0 | A | 60 | 2 | 35 | 5F | 33 |
| Octal | 371 | 337 | 13 | 0 | 12 | 140 | 2 | 65 | 137 | 63 |
| Binary | 11111001 | 11011111 | 1011 | 0 | 1010 | 1100000 | 10 | 110101 | 1011111 | 110011 |
Color Harmonies of #F9DF0B
Complementary color
Monochromatic Colors of #F9DF0B
Black with #F9DF0B
Text Example
Text Example
White with #F9DF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF0B; }
p { color: rgb(249,223,11); }
H1.HeaderClassName
{
color: #F9DF0B;
}
.AnyTagClassName
{
color: #F9DF0B;
}
</style>
background-color css
<style>
a { background-color: #F9DF0B; }
a { background-color: rgb(249,223,11); }
div.DivClassName
{
background-color: #F9DF0B;
}
.BgClassName
{
background-color: #F9DF0B;
}
</style>
border-color css
<style>
span { border-color: #F9DF0B; }
span { border-color: rgb(249,223,11); }
td.TdClassName
{
border-color: #F9DF0B;
}
.TagClassName
{
border-color: #F9DF0B;
}
</style>