Html Css Color HEX #F1E012 Lemon

📋 copy color: '#F1E012'

red 241 ◦ green 224 ◦ blue 18

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

Shades of Lemon #F1E012

Tints of Lemon #F1E012

RGB

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

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

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

R = 49.9%
G = 46.38%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F1E012 (or 0xF1E012) is known color: Lemon. HEX triplet: F1, E0 and 12. RGB value is (241,224,18). Sum of RGB (Red+Green+Blue) = 241+224+18=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E012 is #0E1FED. Grayscale: #CECECE. Windows color (decimal): -925678 or 1237233. OLE color: 1237233.

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

Color convert

RGB 241 224 18 -
CMYK 0 0.07 0.93 0.05
HSL 55.43º 0.89% 0.51% -
HSV(B) 55.43º 0.93% 0.95% -
XYZ 63.04 72.06 11.16 -
YUV 205.6 22.13 153.25 -
System Red Green Blue C M Y K H S L
Decimal 241 224 18 0 0.07 0.93 0.05 55.43 0.89 0.51
Hex F1 E0 12 0 7 5D 5 37 59 33
Octal 361 340 22 0 7 135 5 67 131 63
Binary 11110001 11100000 10010 0 111 1011101 101 110111 1011001 110011

Color Harmonies of #F1E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E012

Black with #F1E012

Text Example


Text Example

White with #F1E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E012; }

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

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

background-color css

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

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

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

border-color css

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

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

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