Shades of Laser Lemon #FCF669
Tints of Laser Lemon #FCF669
RGB
CMYK
RGB Variations
Color information
#FCF669 (or 0xFCF669) is known color: Laser Lemon. HEX triplet: FC, F6 and 69. RGB value is (252,246,105). Sum of RGB (Red+Green+Blue) = 252+246+105=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 105 (41.41% from 255 or 17.41% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF669 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCF669 is #030996. Grayscale: #E8E8E8. Windows color (decimal): -199063 or 6944508. OLE color: 6944508.
HSL color Cylindrical-coordinate representation of color #FCF669: hue angle of 57.55º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCF669 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 105 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.01 |
| HSL | 57.55º | 0.96% | 0.7% | - |
| HSV(B) | 57.55º | 0.58% | 0.99% | - |
| XYZ | 75.65 | 87.63 | 26.29 | - |
| YUV | 231.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 105 | 0 | 0.02 | 0.58 | 0.01 | 57.55 | 0.96 | 0.7 |
| Hex | FC | F6 | 69 | 0 | 2 | 3A | 1 | 3A | 60 | 46 |
| Octal | 374 | 366 | 151 | 0 | 2 | 72 | 1 | 72 | 140 | 106 |
| Binary | 11111100 | 11110110 | 1101001 | 0 | 10 | 111010 | 1 | 111010 | 1100000 | 1000110 |
Color Harmonies of #FCF669
Complementary color
Monochromatic Colors of #FCF669
Black with #FCF669
Text Example
Text Example
White with #FCF669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF669; }
p { color: rgb(252,246,105); }
H1.HeaderClassName
{
color: #FCF669;
}
.AnyTagClassName
{
color: #FCF669;
}
</style>
background-color css
<style>
a { background-color: #FCF669; }
a { background-color: rgb(252,246,105); }
div.DivClassName
{
background-color: #FCF669;
}
.BgClassName
{
background-color: #FCF669;
}
</style>
border-color css
<style>
span { border-color: #FCF669; }
span { border-color: rgb(252,246,105); }
td.TdClassName
{
border-color: #FCF669;
}
.TagClassName
{
border-color: #FCF669;
}
</style>