Shades of Laser Lemon #FDF869
Tints of Laser Lemon #FDF869
RGB
CMYK
RGB Variations
Color information
#FDF869 (or 0xFDF869) is known color: Laser Lemon. HEX triplet: FD, F8 and 69. RGB value is (253,248,105). Sum of RGB (Red+Green+Blue) = 253+248+105=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 105 (41.41% from 255 or 17.33% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF869 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF869 is #020796. Grayscale: #E9E9E9. Windows color (decimal): -133015 or 6945021. OLE color: 6945021.
HSL color Cylindrical-coordinate representation of color #FDF869: hue angle of 57.97º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDF869 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 105 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.01 |
| HSL | 57.97º | 0.97% | 0.7% | - |
| HSV(B) | 57.97º | 0.58% | 0.99% | - |
| XYZ | 76.63 | 89.04 | 26.51 | - |
| YUV | 233.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 105 | 0 | 0.02 | 0.58 | 0.01 | 57.97 | 0.97 | 0.7 |
| Hex | FD | F8 | 69 | 0 | 2 | 3A | 1 | 3A | 61 | 46 |
| Octal | 375 | 370 | 151 | 0 | 2 | 72 | 1 | 72 | 141 | 106 |
| Binary | 11111101 | 11111000 | 1101001 | 0 | 10 | 111010 | 1 | 111010 | 1100001 | 1000110 |
Color Harmonies of #FDF869
Complementary color
Monochromatic Colors of #FDF869
Black with #FDF869
Text Example
Text Example
White with #FDF869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF869; }
p { color: rgb(253,248,105); }
H1.HeaderClassName
{
color: #FDF869;
}
.AnyTagClassName
{
color: #FDF869;
}
</style>
background-color css
<style>
a { background-color: #FDF869; }
a { background-color: rgb(253,248,105); }
div.DivClassName
{
background-color: #FDF869;
}
.BgClassName
{
background-color: #FDF869;
}
</style>
border-color css
<style>
span { border-color: #FDF869; }
span { border-color: rgb(253,248,105); }
td.TdClassName
{
border-color: #FDF869;
}
.TagClassName
{
border-color: #FDF869;
}
</style>