Html Css Color HEX #F1E018 Lemon

📋 copy color: '#F1E018'

red 241 ◦ green 224 ◦ blue 24

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

Shades of Lemon #F1E018

Tints of Lemon #F1E018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.91%

R = 49.28%
G = 45.81%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F1E018 (or 0xF1E018) is known color: Lemon. HEX triplet: F1, E0 and 18. RGB value is (241,224,24). Sum of RGB (Red+Green+Blue) = 241+224+24=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1E018 is #0E1FE7. Grayscale: #CFCFCF. Windows color (decimal): -925672 or 1630449. OLE color: 1630449.

HSL color Cylindrical-coordinate representation of color #F1E018: hue angle of 55.3º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1E018 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 224 24 -
CMYK 0 0.07 0.90 0.05
HSL 55.3º 0.89% 0.52% -
HSV(B) 55.3º 0.9% 0.95% -
XYZ 63.1 72.08 11.45 -
YUV 206.28 25.13 152.76 -
System Red Green Blue C M Y K H S L
Decimal 241 224 24 0 0.07 0.90 0.05 55.3 0.89 0.52
Hex F1 E0 18 0 7 5A 5 37 59 34
Octal 361 340 30 0 7 132 5 67 131 64
Binary 11110001 11100000 11000 0 111 1011010 101 110111 1011001 110100

Color Harmonies of #F1E018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E018

Black with #F1E018

Text Example


Text Example

White with #F1E018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E018; }

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

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

background-color css

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

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

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

border-color css

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

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

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