Shades of Lemon #F9F30B
Tints of Lemon #F9F30B
RGB
CMYK
RGB Variations
Color information
#F9F30B (or 0xF9F30B) is known color: Lemon. HEX triplet: F9, F3 and 0B. RGB value is (249,243,11). Sum of RGB (Red+Green+Blue) = 249+243+11=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 11 (4.69% from 255 or 2.19% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F30B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F30B is #060CF4. Grayscale: #DBDBDB. Windows color (decimal): -396533 or 783353. OLE color: 783353.
HSL color Cylindrical-coordinate representation of color #F9F30B: hue angle of 58.49º 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 #F9F30B is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 11 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.02 |
| HSL | 58.49º | 0.95% | 0.51% | - |
| HSV(B) | 58.49º | 0.96% | 0.98% | - |
| XYZ | 71.18 | 84.27 | 12.83 | - |
| YUV | 218.35 | 10.99 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 11 | 0 | 0.02 | 0.96 | 0.02 | 58.49 | 0.95 | 0.51 |
| Hex | F9 | F3 | B | 0 | 2 | 60 | 2 | 3A | 5F | 33 |
| Octal | 371 | 363 | 13 | 0 | 2 | 140 | 2 | 72 | 137 | 63 |
| Binary | 11111001 | 11110011 | 1011 | 0 | 10 | 1100000 | 10 | 111010 | 1011111 | 110011 |
Color Harmonies of #F9F30B
Complementary color
Monochromatic Colors of #F9F30B
Black with #F9F30B
Text Example
Text Example
White with #F9F30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F30B; }
p { color: rgb(249,243,11); }
H1.HeaderClassName
{
color: #F9F30B;
}
.AnyTagClassName
{
color: #F9F30B;
}
</style>
background-color css
<style>
a { background-color: #F9F30B; }
a { background-color: rgb(249,243,11); }
div.DivClassName
{
background-color: #F9F30B;
}
.BgClassName
{
background-color: #F9F30B;
}
</style>
border-color css
<style>
span { border-color: #F9F30B; }
span { border-color: rgb(249,243,11); }
td.TdClassName
{
border-color: #F9F30B;
}
.TagClassName
{
border-color: #F9F30B;
}
</style>