Shades of Lemon #FAFC1B
Tints of Lemon #FAFC1B
RGB
CMYK
RGB Variations
Color information
#FAFC1B (or 0xFAFC1B) is known color: Lemon. HEX triplet: FA, FC and 1B. RGB value is (250,252,27). Sum of RGB (Red+Green+Blue) = 250+252+27=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 27 (10.94% from 255 or 5.10% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC1B is #0503E4. Grayscale: #E2E2E2. Windows color (decimal): -328677 or 1834234. OLE color: 1834234.
HSL color Cylindrical-coordinate representation of color #FAFC1B: hue angle of 60.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAFC1B is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 27 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.01 |
| HSL | 60.53º | 0.97% | 0.55% | - |
| HSV(B) | 60.53º | 0.89% | 0.99% | - |
| XYZ | 74.43 | 90.02 | 14.49 | - |
| YUV | 225.75 | 15.84 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 27 | 0.01 | 0 | 0.89 | 0.01 | 60.53 | 0.97 | 0.55 |
| Hex | FA | FC | 1B | 1 | 0 | 59 | 1 | 3D | 61 | 37 |
| Octal | 372 | 374 | 33 | 1 | 0 | 131 | 1 | 75 | 141 | 67 |
| Binary | 11111010 | 11111100 | 11011 | 1 | 0 | 1011001 | 1 | 111101 | 1100001 | 110111 |
Color Harmonies of #FAFC1B
Complementary color
Monochromatic Colors of #FAFC1B
Black with #FAFC1B
Text Example
Text Example
White with #FAFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC1B; }
p { color: rgb(250,252,27); }
H1.HeaderClassName
{
color: #FAFC1B;
}
.AnyTagClassName
{
color: #FAFC1B;
}
</style>
background-color css
<style>
a { background-color: #FAFC1B; }
a { background-color: rgb(250,252,27); }
div.DivClassName
{
background-color: #FAFC1B;
}
.BgClassName
{
background-color: #FAFC1B;
}
</style>
border-color css
<style>
span { border-color: #FAFC1B; }
span { border-color: rgb(250,252,27); }
td.TdClassName
{
border-color: #FAFC1B;
}
.TagClassName
{
border-color: #FAFC1B;
}
</style>