Shades of Laser Lemon #FEFA67
Tints of Laser Lemon #FEFA67
RGB
CMYK
RGB Variations
Color information
#FEFA67 (or 0xFEFA67) is known color: Laser Lemon. HEX triplet: FE, FA and 67. RGB value is (254,250,103). Sum of RGB (Red+Green+Blue) = 254+250+103=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 103 (40.62% from 255 or 16.97% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFA67 is #010598. Grayscale: #EBEBEB. Windows color (decimal): -66969 or 6814462. OLE color: 6814462.
HSL color Cylindrical-coordinate representation of color #FEFA67: hue angle of 58.41º 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 #FEFA67 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 103 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.00 |
| HSL | 58.41º | 0.99% | 0.7% | - |
| HSV(B) | 58.41º | 0.59% | 1% | - |
| XYZ | 77.51 | 90.42 | 26.2 | - |
| YUV | 234.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 103 | 0 | 0.02 | 0.59 | 0.00 | 58.41 | 0.99 | 0.7 |
| Hex | FE | FA | 67 | 0 | 2 | 3B | 0 | 3A | 63 | 46 |
| Octal | 376 | 372 | 147 | 0 | 2 | 73 | 0 | 72 | 143 | 106 |
| Binary | 11111110 | 11111010 | 1100111 | 0 | 10 | 111011 | 0 | 111010 | 1100011 | 1000110 |
Color Harmonies of #FEFA67
Complementary color
Monochromatic Colors of #FEFA67
Black with #FEFA67
Text Example
Text Example
White with #FEFA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA67; }
p { color: rgb(254,250,103); }
H1.HeaderClassName
{
color: #FEFA67;
}
.AnyTagClassName
{
color: #FEFA67;
}
</style>
background-color css
<style>
a { background-color: #FEFA67; }
a { background-color: rgb(254,250,103); }
div.DivClassName
{
background-color: #FEFA67;
}
.BgClassName
{
background-color: #FEFA67;
}
</style>
border-color css
<style>
span { border-color: #FEFA67; }
span { border-color: rgb(254,250,103); }
td.TdClassName
{
border-color: #FEFA67;
}
.TagClassName
{
border-color: #FEFA67;
}
</style>