Shades of Laser Lemon #FAF85D
Tints of Laser Lemon #FAF85D
RGB
CMYK
RGB Variations
Color information
#FAF85D (or 0xFAF85D) is known color: Laser Lemon. HEX triplet: FA, F8 and 5D. RGB value is (250,248,93). Sum of RGB (Red+Green+Blue) = 250+248+93=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 93 (36.72% from 255 or 15.74% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF85D is #0507A2. Grayscale: #E7E7E7. Windows color (decimal): -329635 or 6158586. OLE color: 6158586.
HSL color Cylindrical-coordinate representation of color #FAF85D: hue angle of 59.24º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAF85D is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 248 | 93 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.02 |
| HSL | 59.24º | 0.94% | 0.67% | - |
| HSV(B) | 59.24º | 0.63% | 0.98% | - |
| XYZ | 74.97 | 88.25 | 23.44 | - |
| YUV | 230.93 | 50.16 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 248 | 93 | 0 | 0.01 | 0.63 | 0.02 | 59.24 | 0.94 | 0.67 |
| Hex | FA | F8 | 5D | 0 | 1 | 3F | 2 | 3B | 5E | 43 |
| Octal | 372 | 370 | 135 | 0 | 1 | 77 | 2 | 73 | 136 | 103 |
| Binary | 11111010 | 11111000 | 1011101 | 0 | 1 | 111111 | 10 | 111011 | 1011110 | 1000011 |
Color Harmonies of #FAF85D
Complementary color
Monochromatic Colors of #FAF85D
Black with #FAF85D
Text Example
Text Example
White with #FAF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF85D; }
p { color: rgb(250,248,93); }
H1.HeaderClassName
{
color: #FAF85D;
}
.AnyTagClassName
{
color: #FAF85D;
}
</style>
background-color css
<style>
a { background-color: #FAF85D; }
a { background-color: rgb(250,248,93); }
div.DivClassName
{
background-color: #FAF85D;
}
.BgClassName
{
background-color: #FAF85D;
}
</style>
border-color css
<style>
span { border-color: #FAF85D; }
span { border-color: rgb(250,248,93); }
td.TdClassName
{
border-color: #FAF85D;
}
.TagClassName
{
border-color: #FAF85D;
}
</style>