Html Css Color HEX #F1EC12 Lemon

📋 copy color: '#F1EC12'

red 241 ◦ green 236 ◦ blue 18

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

Shades of Lemon #F1EC12

Tints of Lemon #F1EC12

RGB

 RED value IS 241 (94.53% from 255) = 48.69%

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

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

R = 48.69%
G = 47.68%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1EC12 (or 0xF1EC12) is known color: Lemon. HEX triplet: F1, EC and 12. RGB value is (241,236,18). Sum of RGB (Red+Green+Blue) = 241+236+18=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 18 (7.42% from 255 or 3.64% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1EC12 is #0E13ED. Grayscale: #D5D5D5. Windows color (decimal): -922606 or 1240305. OLE color: 1240305.

HSL color Cylindrical-coordinate representation of color #F1EC12: hue angle of 58.65º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1EC12 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 236 18 -
CMYK 0 0.02 0.93 0.05
HSL 58.65º 0.89% 0.51% -
HSV(B) 58.65º 0.93% 0.95% -
XYZ 66.38 78.74 12.27 -
YUV 212.64 18.16 148.23 -
System Red Green Blue C M Y K H S L
Decimal 241 236 18 0 0.02 0.93 0.05 58.65 0.89 0.51
Hex F1 EC 12 0 2 5D 5 3B 59 33
Octal 361 354 22 0 2 135 5 73 131 63
Binary 11110001 11101100 10010 0 10 1011101 101 111011 1011001 110011

Color Harmonies of #F1EC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EC12

Black with #F1EC12

Text Example


Text Example

White with #F1EC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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