Html Css Color HEX #FCE20F Lemon

📋 copy color: '#FCE20F'

red 252 ◦ green 226 ◦ blue 15

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

Shades of Lemon #FCE20F

Tints of Lemon #FCE20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.04%

R = 51.12%
G = 45.84%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCE20F (or 0xFCE20F) is known color: Lemon. HEX triplet: FC, E2 and 0F. RGB value is (252,226,15). Sum of RGB (Red+Green+Blue) = 252+226+15=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 15 (6.25% from 255 or 3.04% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE20F is #031DF0. Grayscale: #D2D2D2. Windows color (decimal): -204273 or 1041148. OLE color: 1041148.

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

Color convert

RGB 252 226 15 -
CMYK 0 0.10 0.94 0.01
HSL 53.42º 0.98% 0.52% -
HSV(B) 53.42º 0.94% 0.99% -
XYZ 67.43 75.12 11.4 -
YUV 209.72 18.11 158.16 -
System Red Green Blue C M Y K H S L
Decimal 252 226 15 0 0.10 0.94 0.01 53.42 0.98 0.52
Hex FC E2 F 0 A 5E 1 35 62 34
Octal 374 342 17 0 12 136 1 65 142 64
Binary 11111100 11100010 1111 0 1010 1011110 1 110101 1100010 110100

Color Harmonies of #FCE20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE20F

Black with #FCE20F

Text Example


Text Example

White with #FCE20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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