Html Css Color HEX #FCEC12 Lemon

📋 copy color: '#FCEC12'

red 252 ◦ green 236 ◦ blue 18

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

Shades of Lemon #FCEC12

Tints of Lemon #FCEC12

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.64%

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

R = 49.8%
G = 46.64%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCEC12 (or 0xFCEC12) is known color: Lemon. HEX triplet: FC, EC and 12. RGB value is (252,236,18). Sum of RGB (Red+Green+Blue) = 252+236+18=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 18 (7.42% from 255 or 3.56% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC12 is #0313ED. Grayscale: #D8D8D8. Windows color (decimal): -201710 or 1240316. OLE color: 1240316.

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

Color convert

RGB 252 236 18 -
CMYK 0 0.06 0.93 0.01
HSL 55.9º 0.98% 0.53% -
HSV(B) 55.9º 0.93% 0.99% -
XYZ 70.25 80.73 12.45 -
YUV 215.93 16.3 153.73 -
System Red Green Blue C M Y K H S L
Decimal 252 236 18 0 0.06 0.93 0.01 55.9 0.98 0.53
Hex FC EC 12 0 6 5D 1 38 62 35
Octal 374 354 22 0 6 135 1 70 142 65
Binary 11111100 11101100 10010 0 110 1011101 1 111000 1100010 110101

Color Harmonies of #FCEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC12

Black with #FCEC12

Text Example


Text Example

White with #FCEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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