Html Css Color HEX #F2E218 Lemon

📋 copy color: '#F2E218'

red 242 ◦ green 226 ◦ blue 24

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

Shades of Lemon #F2E218

Tints of Lemon #F2E218

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.93%

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

R = 49.19%
G = 45.93%
B = 4.88%

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

#F2E218 (or 0xF2E218) is known color: Lemon. HEX triplet: F2, E2 and 18. RGB value is (242,226,24). Sum of RGB (Red+Green+Blue) = 242+226+24=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E218 is #0D1DE7. Grayscale: #D0D0D0. Windows color (decimal): -859624 or 1630962. OLE color: 1630962.

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

Color convert

RGB 242 226 24 -
CMYK 0 0.07 0.90 0.05
HSL 55.6º 0.89% 0.52% -
HSV(B) 55.6º 0.9% 0.95% -
XYZ 63.98 73.34 11.65 -
YUV 207.76 24.3 152.43 -
System Red Green Blue C M Y K H S L
Decimal 242 226 24 0 0.07 0.90 0.05 55.6 0.89 0.52
Hex F2 E2 18 0 7 5A 5 38 59 34
Octal 362 342 30 0 7 132 5 70 131 64
Binary 11110010 11100010 11000 0 111 1011010 101 111000 1011001 110100

Color Harmonies of #F2E218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E218

Black with #F2E218

Text Example


Text Example

White with #F2E218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E218; }

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

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

background-color css

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

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

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

border-color css

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

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

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