Html Css Color HEX #F0E50E Lemon

📋 copy color: '#F0E50E'

red 240 ◦ green 229 ◦ blue 14

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

Shades of Lemon #F0E50E

Tints of Lemon #F0E50E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

 BLUE value IS 14 (5.86% from 255) = 2.9%

R = 49.69%
G = 47.41%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0E50E (or 0xF0E50E) is known color: Lemon. HEX triplet: F0, E5 and 0E. RGB value is (240,229,14). Sum of RGB (Red+Green+Blue) = 240+229+14=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E50E is #0F1AF1. Grayscale: #D0D0D0. Windows color (decimal): -989938 or 976368. OLE color: 976368.

HSL color Cylindrical-coordinate representation of color #F0E50E: hue angle of 57.08º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0E50E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 229 14 -
CMYK 0 0.05 0.94 0.06
HSL 57.08º 0.89% 0.5% -
HSV(B) 57.08º 0.94% 0.94% -
XYZ 64.03 74.6 11.44 -
YUV 207.78 18.64 150.98 -
System Red Green Blue C M Y K H S L
Decimal 240 229 14 0 0.05 0.94 0.06 57.08 0.89 0.5
Hex F0 E5 E 0 5 5E 6 39 59 32
Octal 360 345 16 0 5 136 6 71 131 62
Binary 11110000 11100101 1110 0 101 1011110 110 111001 1011001 110010

Color Harmonies of #F0E50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E50E

Black with #F0E50E

Text Example


Text Example

White with #F0E50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E50E; }

 p { color: rgb(240,229,14); }

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

background-color css

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

 a { background-color: rgb(240,229,14); }

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

border-color css

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

 span { border-color: rgb(240,229,14); }

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