Html Css Color HEX #F2E012 Lemon

📋 copy color: '#F2E012'

red 242 ◦ green 224 ◦ blue 18

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

Shades of Lemon #F2E012

Tints of Lemon #F2E012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.72%

R = 50%
G = 46.28%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2E012 (or 0xF2E012) is known color: Lemon. HEX triplet: F2, E0 and 12. RGB value is (242,224,18). Sum of RGB (Red+Green+Blue) = 242+224+18=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E012 is #0D1FED. Grayscale: #CECECE. Windows color (decimal): -860142 or 1237234. OLE color: 1237234.

HSL color Cylindrical-coordinate representation of color #F2E012: hue angle of 55.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2E012 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 18 -
CMYK 0 0.07 0.93 0.05
HSL 55.18º 0.9% 0.51% -
HSV(B) 55.18º 0.93% 0.95% -
XYZ 63.38 72.23 11.17 -
YUV 205.9 21.96 153.75 -
System Red Green Blue C M Y K H S L
Decimal 242 224 18 0 0.07 0.93 0.05 55.18 0.9 0.51
Hex F2 E0 12 0 7 5D 5 37 5A 33
Octal 362 340 22 0 7 135 5 67 132 63
Binary 11110010 11100000 10010 0 111 1011101 101 110111 1011010 110011

Color Harmonies of #F2E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E012

Black with #F2E012

Text Example


Text Example

White with #F2E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E012; }

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

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

background-color css

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

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

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

border-color css

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

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

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