Html Css Color HEX #F2E819 Lemon

📋 copy color: '#F2E819'

red 242 ◦ green 232 ◦ blue 25

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

Shades of Lemon #F2E819

Tints of Lemon #F2E819

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.49%

 BLUE value IS 25 (10.16% from 255) = 5.01%

R = 48.5%
G = 46.49%
B = 5.01%

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

#F2E819 (or 0xF2E819) is known color: Lemon. HEX triplet: F2, E8 and 19. RGB value is (242,232,25). Sum of RGB (Red+Green+Blue) = 242+232+25=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 25 (10.16% from 255 or 5.01% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E819 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E819 is #0D17E6. Grayscale: #D4D4D4. Windows color (decimal): -858087 or 1698034. OLE color: 1698034.

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

Color convert

RGB 242 232 25 -
CMYK 0 0.04 0.90 0.05
HSL 57.24º 0.89% 0.52% -
HSV(B) 57.24º 0.9% 0.95% -
XYZ 65.65 76.66 12.26 -
YUV 211.39 22.81 149.83 -
System Red Green Blue C M Y K H S L
Decimal 242 232 25 0 0.04 0.90 0.05 57.24 0.89 0.52
Hex F2 E8 19 0 4 5A 5 39 59 34
Octal 362 350 31 0 4 132 5 71 131 64
Binary 11110010 11101000 11001 0 100 1011010 101 111001 1011001 110100

Color Harmonies of #F2E819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E819

Black with #F2E819

Text Example


Text Example

White with #F2E819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E819; }

 p { color: rgb(242,232,25); }

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

background-color css

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

 a { background-color: rgb(242,232,25); }

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

border-color css

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

 span { border-color: rgb(242,232,25); }

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