Html Css Color HEX #F2E918 Lemon

📋 copy color: '#F2E918'

red 242 ◦ green 233 ◦ blue 24

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

Shades of Lemon #F2E918

Tints of Lemon #F2E918

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.69%

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

R = 48.5%
G = 46.69%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2E918 (or 0xF2E918) is known color: Lemon. HEX triplet: F2, E9 and 18. RGB value is (242,233,24). Sum of RGB (Red+Green+Blue) = 242+233+24=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 24 (9.77% from 255 or 4.81% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E918 is #0D16E7. Grayscale: #D4D4D4. Windows color (decimal): -857832 or 1632754. OLE color: 1632754.

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

Color convert

RGB 242 233 24 -
CMYK 0 0.04 0.90 0.05
HSL 57.52º 0.89% 0.52% -
HSV(B) 57.52º 0.9% 0.95% -
XYZ 65.92 77.22 12.29 -
YUV 211.87 21.98 149.49 -
System Red Green Blue C M Y K H S L
Decimal 242 233 24 0 0.04 0.90 0.05 57.52 0.89 0.52
Hex F2 E9 18 0 4 5A 5 3A 59 34
Octal 362 351 30 0 4 132 5 72 131 64
Binary 11110010 11101001 11000 0 100 1011010 101 111010 1011001 110100

Color Harmonies of #F2E918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E918

Black with #F2E918

Text Example


Text Example

White with #F2E918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E918; }

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

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

background-color css

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

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

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

border-color css

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

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

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