Shades of Lemon #FADF0D
Tints of Lemon #FADF0D
RGB
CMYK
RGB Variations
Color information
#FADF0D (or 0xFADF0D) is known color: Lemon. HEX triplet: FA, DF and 0D. RGB value is (250,223,13). Sum of RGB (Red+Green+Blue) = 250+223+13=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FADF0D is #0520F2. Grayscale: #D0D0D0. Windows color (decimal): -336115 or 909306. OLE color: 909306.
HSL color Cylindrical-coordinate representation of color #FADF0D: hue angle of 53.16º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FADF0D is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 13 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.02 |
| HSL | 53.16º | 0.96% | 0.52% | - |
| HSV(B) | 53.16º | 0.95% | 0.98% | - |
| XYZ | 65.88 | 73.13 | 11.02 | - |
| YUV | 207.13 | 18.45 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 13 | 0 | 0.11 | 0.95 | 0.02 | 53.16 | 0.96 | 0.52 |
| Hex | FA | DF | D | 0 | B | 5F | 2 | 35 | 60 | 34 |
| Octal | 372 | 337 | 15 | 0 | 13 | 137 | 2 | 65 | 140 | 64 |
| Binary | 11111010 | 11011111 | 1101 | 0 | 1011 | 1011111 | 10 | 110101 | 1100000 | 110100 |
Color Harmonies of #FADF0D
Complementary color
Monochromatic Colors of #FADF0D
Black with #FADF0D
Text Example
Text Example
White with #FADF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF0D; }
p { color: rgb(250,223,13); }
H1.HeaderClassName
{
color: #FADF0D;
}
.AnyTagClassName
{
color: #FADF0D;
}
</style>
background-color css
<style>
a { background-color: #FADF0D; }
a { background-color: rgb(250,223,13); }
div.DivClassName
{
background-color: #FADF0D;
}
.BgClassName
{
background-color: #FADF0D;
}
</style>
border-color css
<style>
span { border-color: #FADF0D; }
span { border-color: rgb(250,223,13); }
td.TdClassName
{
border-color: #FADF0D;
}
.TagClassName
{
border-color: #FADF0D;
}
</style>