Html Css Color HEX #F0E712 Lemon

📋 copy color: '#F0E712'

red 240 ◦ green 231 ◦ blue 18

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

Shades of Lemon #F0E712

Tints of Lemon #F0E712

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.24%

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

R = 49.08%
G = 47.24%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0E712 (or 0xF0E712) is known color: Lemon. HEX triplet: F0, E7 and 12. RGB value is (240,231,18). Sum of RGB (Red+Green+Blue) = 240+231+18=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0E712 is #0F18ED. Grayscale: #D2D2D2. Windows color (decimal): -989422 or 1239024. OLE color: 1239024.

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

Color convert

RGB 240 231 18 -
CMYK 0 0.04 0.92 0.06
HSL 57.57º 0.88% 0.51% -
HSV(B) 57.57º 0.93% 0.94% -
XYZ 64.62 75.72 11.78 -
YUV 209.41 19.98 149.82 -
System Red Green Blue C M Y K H S L
Decimal 240 231 18 0 0.04 0.92 0.06 57.57 0.88 0.51
Hex F0 E7 12 0 4 5C 6 3A 58 33
Octal 360 347 22 0 4 134 6 72 130 63
Binary 11110000 11100111 10010 0 100 1011100 110 111010 1011000 110011

Color Harmonies of #F0E712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E712

Black with #F0E712

Text Example


Text Example

White with #F0E712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E712; }

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

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

background-color css

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

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

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

border-color css

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

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

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