Html Css Color HEX #FCE013 Lemon

📋 copy color: '#FCE013'

red 252 ◦ green 224 ◦ blue 19

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

Shades of Lemon #FCE013

Tints of Lemon #FCE013

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.25%

 BLUE value IS 19 (7.81% from 255) = 3.84%

R = 50.91%
G = 45.25%
B = 3.84%

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

#FCE013 (or 0xFCE013) is known color: Lemon. HEX triplet: FC, E0 and 13. RGB value is (252,224,19). Sum of RGB (Red+Green+Blue) = 252+224+19=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 19 (7.81% from 255 or 3.84% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE013 is #031FEC. Grayscale: #D1D1D1. Windows color (decimal): -204781 or 1302780. OLE color: 1302780.

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

Color convert

RGB 252 224 19 -
CMYK 0 0.11 0.92 0.01
HSL 52.79º 0.97% 0.53% -
HSV(B) 52.79º 0.92% 0.99% -
XYZ 66.92 74.05 11.38 -
YUV 209 20.78 158.67 -
System Red Green Blue C M Y K H S L
Decimal 252 224 19 0 0.11 0.92 0.01 52.79 0.97 0.53
Hex FC E0 13 0 B 5C 1 35 61 35
Octal 374 340 23 0 13 134 1 65 141 65
Binary 11111100 11100000 10011 0 1011 1011100 1 110101 1100001 110101

Color Harmonies of #FCE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE013

Black with #FCE013

Text Example


Text Example

White with #FCE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE013; }

 p { color: rgb(252,224,19); }

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

background-color css

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

 a { background-color: rgb(252,224,19); }

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

border-color css

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

 span { border-color: rgb(252,224,19); }

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