Html Css Color HEX #FCEC16 Lemon

📋 copy color: '#FCEC16'

red 252 ◦ green 236 ◦ blue 22

#FCEC16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FCEC16

Tints of Lemon #FCEC16

RGB

 RED value IS 252 (98.83% from 255) = 49.41%

 GREEN value IS 236 (92.58% from 255) = 46.27%

 BLUE value IS 22 (8.98% from 255) = 4.31%

R = 49.41%
G = 46.27%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCEC16 (or 0xFCEC16) is known color: Lemon. HEX triplet: FC, EC and 16. RGB value is (252,236,22). Sum of RGB (Red+Green+Blue) = 252+236+22=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 22 (8.98% from 255 or 4.31% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC16 is #0313E9. Grayscale: #D9D9D9. Windows color (decimal): -201706 or 1502460. OLE color: 1502460.

HSL color Cylindrical-coordinate representation of color #FCEC16: hue angle of 55.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCEC16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 236 22 -
CMYK 0 0.06 0.91 0.01
HSL 55.83º 0.97% 0.54% -
HSV(B) 55.83º 0.91% 0.99% -
XYZ 70.29 80.74 12.64 -
YUV 216.39 18.3 153.4 -
System Red Green Blue C M Y K H S L
Decimal 252 236 22 0 0.06 0.91 0.01 55.83 0.97 0.54
Hex FC EC 16 0 6 5B 1 38 61 36
Octal 374 354 26 0 6 133 1 70 141 66
Binary 11111100 11101100 10110 0 110 1011011 1 111000 1100001 110110

Color Harmonies of #FCEC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC16

Black with #FCEC16

Text Example


Text Example

White with #FCEC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC16; }

 p { color: rgb(252,236,22); }

 H1.HeaderClassName
 {
   color: #FCEC16;
 }
 .AnyTagClassName
 {
   color: #FCEC16;
 }
</style>

background-color css

<style>
 a { background-color: #FCEC16; }

 a { background-color: rgb(252,236,22); }

 div.DivClassName
 {
   background-color: #FCEC16;
 }
 .BgClassName
 {
   background-color: #FCEC16;
 }
</style>

border-color css

<style>
 span { border-color: #FCEC16; }

 span { border-color: rgb(252,236,22); }

 td.TdClassName
 {
   border-color: #FCEC16;
 }
 .TagClassName
 {
   border-color: #FCEC16;
 }
</style>