Html Css Color HEX #FCE012 Lemon

📋 copy color: '#FCE012'

red 252 ◦ green 224 ◦ blue 18

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

Shades of Lemon #FCE012

Tints of Lemon #FCE012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.64%

R = 51.01%
G = 45.34%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCE012 (or 0xFCE012) is known color: Lemon. HEX triplet: FC, E0 and 12. RGB value is (252,224,18). Sum of RGB (Red+Green+Blue) = 252+224+18=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 18 (7.42% from 255 or 3.64% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE012 is #031FED. Grayscale: #D1D1D1. Windows color (decimal): -204782 or 1237244. OLE color: 1237244.

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

Color convert

RGB 252 224 18 -
CMYK 0 0.11 0.93 0.01
HSL 52.82º 0.98% 0.53% -
HSV(B) 52.82º 0.93% 0.99% -
XYZ 66.91 74.05 11.34 -
YUV 208.89 20.28 158.75 -
System Red Green Blue C M Y K H S L
Decimal 252 224 18 0 0.11 0.93 0.01 52.82 0.98 0.53
Hex FC E0 12 0 B 5D 1 35 62 35
Octal 374 340 22 0 13 135 1 65 142 65
Binary 11111100 11100000 10010 0 1011 1011101 1 110101 1100010 110101

Color Harmonies of #FCE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE012

Black with #FCE012

Text Example


Text Example

White with #FCE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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