Shades of Laser Lemon #FDF568
Tints of Laser Lemon #FDF568
RGB
CMYK
RGB Variations
Color information
#FDF568 (or 0xFDF568) is known color: Laser Lemon. HEX triplet: FD, F5 and 68. RGB value is (253,245,104). Sum of RGB (Red+Green+Blue) = 253+245+104=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 104 (41.02% from 255 or 17.28% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF568 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF568 is #020A97. Grayscale: #E7E7E7. Windows color (decimal): -133784 or 6878717. OLE color: 6878717.
HSL color Cylindrical-coordinate representation of color #FDF568: hue angle of 56.78º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDF568 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 245 | 104 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.01 |
| HSL | 56.78º | 0.97% | 0.7% | - |
| HSV(B) | 56.78º | 0.59% | 0.99% | - |
| XYZ | 75.66 | 87.19 | 25.94 | - |
| YUV | 231.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 245 | 104 | 0 | 0.03 | 0.59 | 0.01 | 56.78 | 0.97 | 0.7 |
| Hex | FD | F5 | 68 | 0 | 3 | 3B | 1 | 39 | 61 | 46 |
| Octal | 375 | 365 | 150 | 0 | 3 | 73 | 1 | 71 | 141 | 106 |
| Binary | 11111101 | 11110101 | 1101000 | 0 | 11 | 111011 | 1 | 111001 | 1100001 | 1000110 |
Color Harmonies of #FDF568
Complementary color
Monochromatic Colors of #FDF568
Black with #FDF568
Text Example
Text Example
White with #FDF568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF568; }
p { color: rgb(253,245,104); }
H1.HeaderClassName
{
color: #FDF568;
}
.AnyTagClassName
{
color: #FDF568;
}
</style>
background-color css
<style>
a { background-color: #FDF568; }
a { background-color: rgb(253,245,104); }
div.DivClassName
{
background-color: #FDF568;
}
.BgClassName
{
background-color: #FDF568;
}
</style>
border-color css
<style>
span { border-color: #FDF568; }
span { border-color: rgb(253,245,104); }
td.TdClassName
{
border-color: #FDF568;
}
.TagClassName
{
border-color: #FDF568;
}
</style>