Html Css Color HEX #F2E019 Lemon

📋 copy color: '#F2E019'

red 242 ◦ green 224 ◦ blue 25

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

Shades of Lemon #F2E019

Tints of Lemon #F2E019

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.62%

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

R = 49.29%
G = 45.62%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2E019 (or 0xF2E019) is known color: Lemon. HEX triplet: F2, E0 and 19. RGB value is (242,224,25). Sum of RGB (Red+Green+Blue) = 242+224+25=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E019 is #0D1FE6. Grayscale: #CFCFCF. Windows color (decimal): -860135 or 1695986. OLE color: 1695986.

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

Color convert

RGB 242 224 25 -
CMYK 0 0.07 0.90 0.05
HSL 55.02º 0.89% 0.52% -
HSV(B) 55.02º 0.9% 0.95% -
XYZ 63.45 72.26 11.52 -
YUV 206.7 25.46 153.18 -
System Red Green Blue C M Y K H S L
Decimal 242 224 25 0 0.07 0.90 0.05 55.02 0.89 0.52
Hex F2 E0 19 0 7 5A 5 37 59 34
Octal 362 340 31 0 7 132 5 67 131 64
Binary 11110010 11100000 11001 0 111 1011010 101 110111 1011001 110100

Color Harmonies of #F2E019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E019

Black with #F2E019

Text Example


Text Example

White with #F2E019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E019; }

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

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

background-color css

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

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

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

border-color css

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

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

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