Shades of Lemon #FFF31D
Tints of Lemon #FFF31D
RGB
CMYK
RGB Variations
Color information
#FFF31D (or 0xFFF31D) is known color: Lemon. HEX triplet: FF, F3 and 1D. RGB value is (255,243,29). Sum of RGB (Red+Green+Blue) = 255+243+29=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 29 (11.72% from 255 or 5.50% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF31D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF31D is #000CE2. Grayscale: #DFDFDF. Windows color (decimal): -3299 or 1963007. OLE color: 1963007.
HSL color Cylindrical-coordinate representation of color #FFF31D: hue angle of 56.81º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFF31D is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 243 | 29 | - |
| CMYK | 0 | 0.05 | 0.89 | 0 |
| HSL | 56.81º | 1% | 0.56% | - |
| HSV(B) | 56.81º | 0.89% | 1% | - |
| XYZ | 73.51 | 85.45 | 13.78 | - |
| YUV | 222.19 | 18.98 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 243 | 29 | 0 | 0.05 | 0.89 | 0 | 56.81 | 1 | 0.56 |
| Hex | FF | F3 | 1D | 0 | 5 | 59 | 0 | 39 | 64 | 38 |
| Octal | 377 | 363 | 35 | 0 | 5 | 131 | 0 | 71 | 144 | 70 |
| Binary | 11111111 | 11110011 | 11101 | 0 | 101 | 1011001 | 0 | 111001 | 1100100 | 111000 |
Color Harmonies of #FFF31D
Complementary color
Monochromatic Colors of #FFF31D
Black with #FFF31D
Text Example
Text Example
White with #FFF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF31D; }
p { color: rgb(255,243,29); }
H1.HeaderClassName
{
color: #FFF31D;
}
.AnyTagClassName
{
color: #FFF31D;
}
</style>
background-color css
<style>
a { background-color: #FFF31D; }
a { background-color: rgb(255,243,29); }
div.DivClassName
{
background-color: #FFF31D;
}
.BgClassName
{
background-color: #FFF31D;
}
</style>
border-color css
<style>
span { border-color: #FFF31D; }
span { border-color: rgb(255,243,29); }
td.TdClassName
{
border-color: #FFF31D;
}
.TagClassName
{
border-color: #FFF31D;
}
</style>