Html Css Color HEX #F2EC19 Lemon

📋 copy color: '#F2EC19'

red 242 ◦ green 236 ◦ blue 25

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

Shades of Lemon #F2EC19

Tints of Lemon #F2EC19

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.92%

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

R = 48.11%
G = 46.92%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2EC19 (or 0xF2EC19) is known color: Lemon. HEX triplet: F2, EC and 19. RGB value is (242,236,25). Sum of RGB (Red+Green+Blue) = 242+236+25=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 25 (10.16% from 255 or 4.97% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC19 is #0D13E6. Grayscale: #D6D6D6. Windows color (decimal): -857063 or 1699058. OLE color: 1699058.

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

Color convert

RGB 242 236 25 -
CMYK 0 0.02 0.90 0.05
HSL 58.34º 0.89% 0.52% -
HSV(B) 58.34º 0.9% 0.95% -
XYZ 66.79 78.94 12.64 -
YUV 213.74 21.49 148.16 -
System Red Green Blue C M Y K H S L
Decimal 242 236 25 0 0.02 0.90 0.05 58.34 0.89 0.52
Hex F2 EC 19 0 2 5A 5 3A 59 34
Octal 362 354 31 0 2 132 5 72 131 64
Binary 11110010 11101100 11001 0 10 1011010 101 111010 1011001 110100

Color Harmonies of #F2EC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EC19

Black with #F2EC19

Text Example


Text Example

White with #F2EC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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