Html Css Color HEX #F2E418 Lemon

📋 copy color: '#F2E418'

red 242 ◦ green 228 ◦ blue 24

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

Shades of Lemon #F2E418

Tints of Lemon #F2E418

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.15%

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

R = 48.99%
G = 46.15%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2E418 (or 0xF2E418) is known color: Lemon. HEX triplet: F2, E4 and 18. RGB value is (242,228,24). Sum of RGB (Red+Green+Blue) = 242+228+24=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E418 is #0D1BE7. Grayscale: #D1D1D1. Windows color (decimal): -859112 or 1631474. OLE color: 1631474.

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

Color convert

RGB 242 228 24 -
CMYK 0 0.06 0.90 0.05
HSL 56.15º 0.89% 0.52% -
HSV(B) 56.15º 0.9% 0.95% -
XYZ 64.53 74.43 11.83 -
YUV 208.93 23.64 151.59 -
System Red Green Blue C M Y K H S L
Decimal 242 228 24 0 0.06 0.90 0.05 56.15 0.89 0.52
Hex F2 E4 18 0 6 5A 5 38 59 34
Octal 362 344 30 0 6 132 5 70 131 64
Binary 11110010 11100100 11000 0 110 1011010 101 111000 1011001 110100

Color Harmonies of #F2E418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E418

Black with #F2E418

Text Example


Text Example

White with #F2E418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E418; }

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

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

background-color css

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

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

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

border-color css

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

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

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