Html Css Color HEX #F2E518 Lemon

📋 copy color: '#F2E518'

red 242 ◦ green 229 ◦ blue 24

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

Shades of Lemon #F2E518

Tints of Lemon #F2E518

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.26%

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

R = 48.89%
G = 46.26%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2E518 (or 0xF2E518) is known color: Lemon. HEX triplet: F2, E5 and 18. RGB value is (242,229,24). Sum of RGB (Red+Green+Blue) = 242+229+24=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 24 (9.77% from 255 or 4.85% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E518 is #0D1AE7. Grayscale: #D2D2D2. Windows color (decimal): -858856 or 1631730. OLE color: 1631730.

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

Color convert

RGB 242 229 24 -
CMYK 0 0.05 0.90 0.05
HSL 56.42º 0.89% 0.52% -
HSV(B) 56.42º 0.9% 0.95% -
XYZ 64.8 74.98 11.92 -
YUV 209.52 23.31 151.17 -
System Red Green Blue C M Y K H S L
Decimal 242 229 24 0 0.05 0.90 0.05 56.42 0.89 0.52
Hex F2 E5 18 0 5 5A 5 38 59 34
Octal 362 345 30 0 5 132 5 70 131 64
Binary 11110010 11100101 11000 0 101 1011010 101 111000 1011001 110100

Color Harmonies of #F2E518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E518

Black with #F2E518

Text Example


Text Example

White with #F2E518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E518; }

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

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

background-color css

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

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

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

border-color css

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

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

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