Shades of Lemon #FFFA1B
Tints of Lemon #FFFA1B
RGB
CMYK
RGB Variations
Color information
#FFFA1B (or 0xFFFA1B) is known color: Lemon. HEX triplet: FF, FA and 1B. RGB value is (255,250,27). Sum of RGB (Red+Green+Blue) = 255+250+27=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 27 (10.94% from 255 or 5.08% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFA1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFA1B is #0005E4. Grayscale: #E2E2E2. Windows color (decimal): -1509 or 1833727. OLE color: 1833727.
HSL color Cylindrical-coordinate representation of color #FFFA1B: hue angle of 58.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFFA1B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 250 | 27 | - |
| CMYK | 0 | 0.02 | 0.89 | 0 |
| HSL | 58.68º | 1% | 0.55% | - |
| HSV(B) | 58.68º | 0.89% | 1% | - |
| XYZ | 75.62 | 89.71 | 14.37 | - |
| YUV | 226.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 250 | 27 | 0 | 0.02 | 0.89 | 0 | 58.68 | 1 | 0.55 |
| Hex | FF | FA | 1B | 0 | 2 | 59 | 0 | 3B | 64 | 37 |
| Octal | 377 | 372 | 33 | 0 | 2 | 131 | 0 | 73 | 144 | 67 |
| Binary | 11111111 | 11111010 | 11011 | 0 | 10 | 1011001 | 0 | 111011 | 1100100 | 110111 |
Color Harmonies of #FFFA1B
Complementary color
Monochromatic Colors of #FFFA1B
Black with #FFFA1B
Text Example
Text Example
White with #FFFA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFA1B; }
p { color: rgb(255,250,27); }
H1.HeaderClassName
{
color: #FFFA1B;
}
.AnyTagClassName
{
color: #FFFA1B;
}
</style>
background-color css
<style>
a { background-color: #FFFA1B; }
a { background-color: rgb(255,250,27); }
div.DivClassName
{
background-color: #FFFA1B;
}
.BgClassName
{
background-color: #FFFA1B;
}
</style>
border-color css
<style>
span { border-color: #FFFA1B; }
span { border-color: rgb(255,250,27); }
td.TdClassName
{
border-color: #FFFA1B;
}
.TagClassName
{
border-color: #FFFA1B;
}
</style>