Html Css Color HEX #F0EE12 Lemon

📋 copy color: '#F0EE12'

red 240 ◦ green 238 ◦ blue 18

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

Shades of Lemon #F0EE12

Tints of Lemon #F0EE12

RGB

 RED value IS 240 (94.14% from 255) = 48.39%

 GREEN value IS 238 (93.36% from 255) = 47.98%

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

R = 48.39%
G = 47.98%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0EE12 (or 0xF0EE12) is known color: Lemon. HEX triplet: F0, EE and 12. RGB value is (240,238,18). Sum of RGB (Red+Green+Blue) = 240+238+18=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EE12 is #0F11ED. Grayscale: #D6D6D6. Windows color (decimal): -987630 or 1240816. OLE color: 1240816.

HSL color Cylindrical-coordinate representation of color #F0EE12: hue angle of 59.46º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0EE12 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 238 18 -
CMYK 0 0.01 0.92 0.06
HSL 59.46º 0.88% 0.51% -
HSV(B) 59.46º 0.93% 0.94% -
XYZ 66.62 79.72 12.45 -
YUV 213.52 17.66 146.89 -
System Red Green Blue C M Y K H S L
Decimal 240 238 18 0 0.01 0.92 0.06 59.46 0.88 0.51
Hex F0 EE 12 0 1 5C 6 3B 58 33
Octal 360 356 22 0 1 134 6 73 130 63
Binary 11110000 11101110 10010 0 1 1011100 110 111011 1011000 110011

Color Harmonies of #F0EE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EE12

Black with #F0EE12

Text Example


Text Example

White with #F0EE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EE12; }

 p { color: rgb(240,238,18); }

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

background-color css

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

 a { background-color: rgb(240,238,18); }

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

border-color css

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

 span { border-color: rgb(240,238,18); }

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