Html Css Color HEX #FCE114 Lemon

📋 copy color: '#FCE114'

red 252 ◦ green 225 ◦ blue 20

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

Shades of Lemon #FCE114

Tints of Lemon #FCE114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 20 (8.2% from 255) = 4.02%

R = 50.7%
G = 45.27%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FCE114 (or 0xFCE114) is known color: Lemon. HEX triplet: FC, E1 and 14. RGB value is (252,225,20). Sum of RGB (Red+Green+Blue) = 252+225+20=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE114 is #031EEB. Grayscale: #D2D2D2. Windows color (decimal): -204524 or 1368572. OLE color: 1368572.

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

Color convert

RGB 252 225 20 -
CMYK 0 0.11 0.92 0.01
HSL 53.02º 0.97% 0.53% -
HSV(B) 53.02º 0.92% 0.99% -
XYZ 67.2 74.6 11.52 -
YUV 209.7 20.95 158.17 -
System Red Green Blue C M Y K H S L
Decimal 252 225 20 0 0.11 0.92 0.01 53.02 0.97 0.53
Hex FC E1 14 0 B 5C 1 35 61 35
Octal 374 341 24 0 13 134 1 65 141 65
Binary 11111100 11100001 10100 0 1011 1011100 1 110101 1100001 110101

Color Harmonies of #FCE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE114

Black with #FCE114

Text Example


Text Example

White with #FCE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE114; }

 p { color: rgb(252,225,20); }

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

background-color css

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

 a { background-color: rgb(252,225,20); }

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

border-color css

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

 span { border-color: rgb(252,225,20); }

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