Shades of Lemon #FFF31A
Tints of Lemon #FFF31A
RGB
CMYK
RGB Variations
Color information
#FFF31A (or 0xFFF31A) is known color: Lemon. HEX triplet: FF, F3 and 1A. RGB value is (255,243,26). Sum of RGB (Red+Green+Blue) = 255+243+26=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 26 (10.55% from 255 or 4.96% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF31A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF31A is #000CE5. Grayscale: #DEDEDE. Windows color (decimal): -3302 or 1766399. OLE color: 1766399.
HSL color Cylindrical-coordinate representation of color #FFF31A: hue angle of 56.86º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFF31A is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 26 | - |
| CMYK | 0 | 0.05 | 0.90 | 0 |
| HSL | 56.86º | 1% | 0.55% | - |
| HSV(B) | 56.86º | 0.9% | 1% | - |
| XYZ | 73.48 | 85.44 | 13.6 | - |
| YUV | 221.85 | 17.48 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 26 | 0 | 0.05 | 0.90 | 0 | 56.86 | 1 | 0.55 |
| Hex | FF | F3 | 1A | 0 | 5 | 5A | 0 | 39 | 64 | 37 |
| Octal | 377 | 363 | 32 | 0 | 5 | 132 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110011 | 11010 | 0 | 101 | 1011010 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF31A
Complementary color
Monochromatic Colors of #FFF31A
Black with #FFF31A
Text Example
Text Example
White with #FFF31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF31A; }
p { color: rgb(255,243,26); }
H1.HeaderClassName
{
color: #FFF31A;
}
.AnyTagClassName
{
color: #FFF31A;
}
</style>
background-color css
<style>
a { background-color: #FFF31A; }
a { background-color: rgb(255,243,26); }
div.DivClassName
{
background-color: #FFF31A;
}
.BgClassName
{
background-color: #FFF31A;
}
</style>
border-color css
<style>
span { border-color: #FFF31A; }
span { border-color: rgb(255,243,26); }
td.TdClassName
{
border-color: #FFF31A;
}
.TagClassName
{
border-color: #FFF31A;
}
</style>