Shades of Laser Lemon #FEF568
Tints of Laser Lemon #FEF568
RGB
CMYK
RGB Variations
Color information
#FEF568 (or 0xFEF568) is known color: Laser Lemon. HEX triplet: FE, F5 and 68. RGB value is (254,245,104). Sum of RGB (Red+Green+Blue) = 254+245+104=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 104 (41.02% from 255 or 17.25% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF568 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF568 is #010A97. Grayscale: #E8E8E8. Windows color (decimal): -68248 or 6878718. OLE color: 6878718.
HSL color Cylindrical-coordinate representation of color #FEF568: hue angle of 56.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEF568 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 104 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.00 |
| HSL | 56.4º | 0.99% | 0.7% | - |
| HSV(B) | 56.4º | 0.59% | 1% | - |
| XYZ | 76.02 | 87.38 | 25.95 | - |
| YUV | 231.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 104 | 0 | 0.04 | 0.59 | 0.00 | 56.4 | 0.99 | 0.7 |
| Hex | FE | F5 | 68 | 0 | 4 | 3B | 0 | 38 | 63 | 46 |
| Octal | 376 | 365 | 150 | 0 | 4 | 73 | 0 | 70 | 143 | 106 |
| Binary | 11111110 | 11110101 | 1101000 | 0 | 100 | 111011 | 0 | 111000 | 1100011 | 1000110 |
Color Harmonies of #FEF568
Complementary color
Monochromatic Colors of #FEF568
Black with #FEF568
Text Example
Text Example
White with #FEF568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF568; }
p { color: rgb(254,245,104); }
H1.HeaderClassName
{
color: #FEF568;
}
.AnyTagClassName
{
color: #FEF568;
}
</style>
background-color css
<style>
a { background-color: #FEF568; }
a { background-color: rgb(254,245,104); }
div.DivClassName
{
background-color: #FEF568;
}
.BgClassName
{
background-color: #FEF568;
}
</style>
border-color css
<style>
span { border-color: #FEF568; }
span { border-color: rgb(254,245,104); }
td.TdClassName
{
border-color: #FEF568;
}
.TagClassName
{
border-color: #FEF568;
}
</style>