Shades of Laser Lemon #FEF85C
Tints of Laser Lemon #FEF85C
RGB
CMYK
RGB Variations
Color information
#FEF85C (or 0xFEF85C) is known color: Laser Lemon. HEX triplet: FE, F8 and 5C. RGB value is (254,248,92). Sum of RGB (Red+Green+Blue) = 254+248+92=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 92 (36.33% from 255 or 15.49% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEF85C is #0107A3. Grayscale: #E8E8E8. Windows color (decimal): -67492 or 6093054. OLE color: 6093054.
HSL color Cylindrical-coordinate representation of color #FEF85C: hue angle of 57.78º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEF85C is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 92 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.00 |
| HSL | 57.78º | 0.99% | 0.68% | - |
| HSV(B) | 57.78º | 0.64% | 1% | - |
| XYZ | 76.37 | 88.98 | 23.27 | - |
| YUV | 232.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 92 | 0 | 0.02 | 0.64 | 0.00 | 57.78 | 0.99 | 0.68 |
| Hex | FE | F8 | 5C | 0 | 2 | 40 | 0 | 3A | 63 | 44 |
| Octal | 376 | 370 | 134 | 0 | 2 | 100 | 0 | 72 | 143 | 104 |
| Binary | 11111110 | 11111000 | 1011100 | 0 | 10 | 1000000 | 0 | 111010 | 1100011 | 1000100 |
Color Harmonies of #FEF85C
Complementary color
Monochromatic Colors of #FEF85C
Black with #FEF85C
Text Example
Text Example
White with #FEF85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF85C; }
p { color: rgb(254,248,92); }
H1.HeaderClassName
{
color: #FEF85C;
}
.AnyTagClassName
{
color: #FEF85C;
}
</style>
background-color css
<style>
a { background-color: #FEF85C; }
a { background-color: rgb(254,248,92); }
div.DivClassName
{
background-color: #FEF85C;
}
.BgClassName
{
background-color: #FEF85C;
}
</style>
border-color css
<style>
span { border-color: #FEF85C; }
span { border-color: rgb(254,248,92); }
td.TdClassName
{
border-color: #FEF85C;
}
.TagClassName
{
border-color: #FEF85C;
}
</style>