Html Css Color HEX #F2E118 Lemon

📋 copy color: '#F2E118'

red 242 ◦ green 225 ◦ blue 24

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

Shades of Lemon #F2E118

Tints of Lemon #F2E118

RGB

 RED value IS 242 (94.92% from 255) = 49.29%

 GREEN value IS 225 (88.28% from 255) = 45.82%

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

R = 49.29%
G = 45.82%
B = 4.89%

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

#F2E118 (or 0xF2E118) is known color: Lemon. HEX triplet: F2, E1 and 18. RGB value is (242,225,24). Sum of RGB (Red+Green+Blue) = 242+225+24=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 24 (9.77% from 255 or 4.89% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E118 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E118 is #0D1EE7. Grayscale: #CFCFCF. Windows color (decimal): -859880 or 1630706. OLE color: 1630706.

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

Color convert

RGB 242 225 24 -
CMYK 0 0.07 0.90 0.05
HSL 55.32º 0.89% 0.52% -
HSV(B) 55.32º 0.9% 0.95% -
XYZ 63.71 72.79 11.56 -
YUV 207.17 24.63 152.84 -
System Red Green Blue C M Y K H S L
Decimal 242 225 24 0 0.07 0.90 0.05 55.32 0.89 0.52
Hex F2 E1 18 0 7 5A 5 37 59 34
Octal 362 341 30 0 7 132 5 67 131 64
Binary 11110010 11100001 11000 0 111 1011010 101 110111 1011001 110100

Color Harmonies of #F2E118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E118

Black with #F2E118

Text Example


Text Example

White with #F2E118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E118; }

 p { color: rgb(242,225,24); }

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

background-color css

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

 a { background-color: rgb(242,225,24); }

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

border-color css

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

 span { border-color: rgb(242,225,24); }

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