Shades of Lemon #FCF322
Tints of Lemon #FCF322
RGB
CMYK
RGB Variations
Color information
#FCF322 (or 0xFCF322) is known color: Lemon. HEX triplet: FC, F3 and 22. RGB value is (252,243,34). Sum of RGB (Red+Green+Blue) = 252+243+34=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 34 (13.67% from 255 or 6.43% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF322 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF322 is #030CDD. Grayscale: #DEDEDE. Windows color (decimal): -199902 or 2290684. OLE color: 2290684.
HSL color Cylindrical-coordinate representation of color #FCF322: hue angle of 57.52º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCF322 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 34 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.01 |
| HSL | 57.52º | 0.97% | 0.56% | - |
| HSV(B) | 57.52º | 0.87% | 0.99% | - |
| XYZ | 72.48 | 84.91 | 14.08 | - |
| YUV | 221.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 34 | 0 | 0.04 | 0.87 | 0.01 | 57.52 | 0.97 | 0.56 |
| Hex | FC | F3 | 22 | 0 | 4 | 57 | 1 | 3A | 61 | 38 |
| Octal | 374 | 363 | 42 | 0 | 4 | 127 | 1 | 72 | 141 | 70 |
| Binary | 11111100 | 11110011 | 100010 | 0 | 100 | 1010111 | 1 | 111010 | 1100001 | 111000 |
Color Harmonies of #FCF322
Complementary color
Monochromatic Colors of #FCF322
Black with #FCF322
Text Example
Text Example
White with #FCF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF322; }
p { color: rgb(252,243,34); }
H1.HeaderClassName
{
color: #FCF322;
}
.AnyTagClassName
{
color: #FCF322;
}
</style>
background-color css
<style>
a { background-color: #FCF322; }
a { background-color: rgb(252,243,34); }
div.DivClassName
{
background-color: #FCF322;
}
.BgClassName
{
background-color: #FCF322;
}
</style>
border-color css
<style>
span { border-color: #FCF322; }
span { border-color: rgb(252,243,34); }
td.TdClassName
{
border-color: #FCF322;
}
.TagClassName
{
border-color: #FCF322;
}
</style>