Html Css Color HEX #FCE212 Lemon

📋 copy color: '#FCE212'

red 252 ◦ green 226 ◦ blue 18

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

Shades of Lemon #FCE212

Tints of Lemon #FCE212

RGB

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

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

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

R = 50.81%
G = 45.56%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCE212 (or 0xFCE212) is known color: Lemon. HEX triplet: FC, E2 and 12. RGB value is (252,226,18). Sum of RGB (Red+Green+Blue) = 252+226+18=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE212 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE212 is #031DED. Grayscale: #D2D2D2. Windows color (decimal): -204270 or 1237756. OLE color: 1237756.

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

Color convert

RGB 252 226 18 -
CMYK 0 0.10 0.93 0.01
HSL 53.33º 0.98% 0.53% -
HSV(B) 53.33º 0.93% 0.99% -
XYZ 67.45 75.13 11.52 -
YUV 210.06 19.61 157.91 -
System Red Green Blue C M Y K H S L
Decimal 252 226 18 0 0.10 0.93 0.01 53.33 0.98 0.53
Hex FC E2 12 0 A 5D 1 35 62 35
Octal 374 342 22 0 12 135 1 65 142 65
Binary 11111100 11100010 10010 0 1010 1011101 1 110101 1100010 110101

Color Harmonies of #FCE212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE212

Black with #FCE212

Text Example


Text Example

White with #FCE212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE212; }

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

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

background-color css

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

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

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

border-color css

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

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

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