Html Css Color HEX #F0E012 Lemon

📋 copy color: '#F0E012'

red 240 ◦ green 224 ◦ blue 18

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

Shades of Lemon #F0E012

Tints of Lemon #F0E012

RGB

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

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

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

R = 49.79%
G = 46.47%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0E012 (or 0xF0E012) is known color: Lemon. HEX triplet: F0, E0 and 12. RGB value is (240,224,18). Sum of RGB (Red+Green+Blue) = 240+224+18=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 18 (7.42% from 255 or 3.73% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E012 is #0F1FED. Grayscale: #CECECE. Windows color (decimal): -991214 or 1237232. OLE color: 1237232.

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

Color convert

RGB 240 224 18 -
CMYK 0 0.07 0.92 0.06
HSL 55.68º 0.88% 0.51% -
HSV(B) 55.68º 0.93% 0.94% -
XYZ 62.7 71.88 11.14 -
YUV 205.3 22.3 152.75 -
System Red Green Blue C M Y K H S L
Decimal 240 224 18 0 0.07 0.92 0.06 55.68 0.88 0.51
Hex F0 E0 12 0 7 5C 6 38 58 33
Octal 360 340 22 0 7 134 6 70 130 63
Binary 11110000 11100000 10010 0 111 1011100 110 111000 1011000 110011

Color Harmonies of #F0E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E012

Black with #F0E012

Text Example


Text Example

White with #F0E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E012; }

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

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

background-color css

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

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

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

border-color css

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

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

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