Html Css Color HEX #FCEC20 Lemon

📋 copy color: '#FCEC20'

red 252 ◦ green 236 ◦ blue 32

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

Shades of Lemon #FCEC20

Tints of Lemon #FCEC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.15%

R = 48.46%
G = 45.38%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCEC20 (or 0xFCEC20) is known color: Lemon. HEX triplet: FC, EC and 20. RGB value is (252,236,32). Sum of RGB (Red+Green+Blue) = 252+236+32=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 32 (12.89% from 255 or 6.15% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC20 is #0313DF. Grayscale: #DADADA. Windows color (decimal): -201696 or 2157820. OLE color: 2157820.

HSL color Cylindrical-coordinate representation of color #FCEC20: hue angle of 55.64º 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 #FCEC20 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 236 32 -
CMYK 0 0.06 0.87 0.01
HSL 55.64º 0.97% 0.56% -
HSV(B) 55.64º 0.87% 0.99% -
XYZ 70.4 80.79 13.25 -
YUV 217.53 23.3 152.59 -
System Red Green Blue C M Y K H S L
Decimal 252 236 32 0 0.06 0.87 0.01 55.64 0.97 0.56
Hex FC EC 20 0 6 57 1 38 61 38
Octal 374 354 40 0 6 127 1 70 141 70
Binary 11111100 11101100 100000 0 110 1010111 1 111000 1100001 111000

Color Harmonies of #FCEC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC20

Black with #FCEC20

Text Example


Text Example

White with #FCEC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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