Html Css Color HEX #FCE20D Lemon

📋 copy color: '#FCE20D'

red 252 ◦ green 226 ◦ blue 13

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

Shades of Lemon #FCE20D

Tints of Lemon #FCE20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.65%

R = 51.32%
G = 46.03%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCE20D (or 0xFCE20D) is known color: Lemon. HEX triplet: FC, E2 and 0D. RGB value is (252,226,13). Sum of RGB (Red+Green+Blue) = 252+226+13=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 13 (5.47% from 255 or 2.65% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE20D is #031DF2. Grayscale: #D2D2D2. Windows color (decimal): -204275 or 910076. OLE color: 910076.

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

Color convert

RGB 252 226 13 -
CMYK 0 0.10 0.95 0.01
HSL 53.47º 0.98% 0.52% -
HSV(B) 53.47º 0.95% 0.99% -
XYZ 67.41 75.12 11.33 -
YUV 209.49 17.11 158.32 -
System Red Green Blue C M Y K H S L
Decimal 252 226 13 0 0.10 0.95 0.01 53.47 0.98 0.52
Hex FC E2 D 0 A 5F 1 35 62 34
Octal 374 342 15 0 12 137 1 65 142 64
Binary 11111100 11100010 1101 0 1010 1011111 1 110101 1100010 110100

Color Harmonies of #FCE20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE20D

Black with #FCE20D

Text Example


Text Example

White with #FCE20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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