Html Css Color HEX #FCE20B Lemon

📋 copy color: '#FCE20B'

red 252 ◦ green 226 ◦ blue 11

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

Shades of Lemon #FCE20B

Tints of Lemon #FCE20B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.22%

 BLUE value IS 11 (4.69% from 255) = 2.25%

R = 51.53%
G = 46.22%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCE20B (or 0xFCE20B) is known color: Lemon. HEX triplet: FC, E2 and 0B. RGB value is (252,226,11). Sum of RGB (Red+Green+Blue) = 252+226+11=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 11 (4.69% from 255 or 2.25% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE20B is #031DF4. Grayscale: #D2D2D2. Windows color (decimal): -204277 or 779004. OLE color: 779004.

HSL color Cylindrical-coordinate representation of color #FCE20B: hue angle of 53.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCE20B is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 226 11 -
CMYK 0 0.10 0.96 0.01
HSL 53.53º 0.98% 0.52% -
HSV(B) 53.53º 0.96% 0.99% -
XYZ 67.4 75.11 11.26 -
YUV 209.26 16.11 158.48 -
System Red Green Blue C M Y K H S L
Decimal 252 226 11 0 0.10 0.96 0.01 53.53 0.98 0.52
Hex FC E2 B 0 A 60 1 36 62 34
Octal 374 342 13 0 12 140 1 66 142 64
Binary 11111100 11100010 1011 0 1010 1100000 1 110110 1100010 110100

Color Harmonies of #FCE20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE20B

Black with #FCE20B

Text Example


Text Example

White with #FCE20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE20B; }

 p { color: rgb(252,226,11); }

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

background-color css

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

 a { background-color: rgb(252,226,11); }

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

border-color css

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

 span { border-color: rgb(252,226,11); }

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