Html Css Color HEX #F1F018 Lemon

📋 copy color: '#F1F018'

red 241 ◦ green 240 ◦ blue 24

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

Shades of Lemon #F1F018

Tints of Lemon #F1F018

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.52%

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

R = 47.72%
G = 47.52%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F1F018 (or 0xF1F018) is known color: Lemon. HEX triplet: F1, F0 and 18. RGB value is (241,240,24). Sum of RGB (Red+Green+Blue) = 241+240+24=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 24 (9.77% from 255 or 4.75% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F018 is #0E0FE7. Grayscale: #D8D8D8. Windows color (decimal): -921576 or 1634545. OLE color: 1634545.

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

Color convert

RGB 241 240 24 -
CMYK 0 0.00 0.90 0.05
HSL 59.72º 0.89% 0.52% -
HSV(B) 59.72º 0.9% 0.95% -
XYZ 67.6 81.09 12.95 -
YUV 215.68 19.83 146.06 -
System Red Green Blue C M Y K H S L
Decimal 241 240 24 0 0.00 0.90 0.05 59.72 0.89 0.52
Hex F1 F0 18 0 0 5A 5 3C 59 34
Octal 361 360 30 0 0 132 5 74 131 64
Binary 11110001 11110000 11000 0 0 1011010 101 111100 1011001 110100

Color Harmonies of #F1F018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F018

Black with #F1F018

Text Example


Text Example

White with #F1F018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F018; }

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

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

background-color css

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

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

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

border-color css

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

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

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