Html Css Color HEX #F0ED20 Lemon

📋 copy color: '#F0ED20'

red 240 ◦ green 237 ◦ blue 32

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

Shades of Lemon #F0ED20

Tints of Lemon #F0ED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.56%

 BLUE value IS 32 (12.89% from 255) = 6.29%

R = 47.15%
G = 46.56%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0ED20 (or 0xF0ED20) is known color: Lemon. HEX triplet: F0, ED and 20. RGB value is (240,237,32). Sum of RGB (Red+Green+Blue) = 240+237+32=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0ED20 is #0F12DF. Grayscale: #D7D7D7. Windows color (decimal): -987872 or 2158064. OLE color: 2158064.

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

Color convert

RGB 240 237 32 -
CMYK 0 0.01 0.87 0.06
HSL 59.13º 0.87% 0.53% -
HSV(B) 59.13º 0.87% 0.94% -
XYZ 66.48 79.2 13.15 -
YUV 214.53 24.99 146.17 -
System Red Green Blue C M Y K H S L
Decimal 240 237 32 0 0.01 0.87 0.06 59.13 0.87 0.53
Hex F0 ED 20 0 1 57 6 3B 57 35
Octal 360 355 40 0 1 127 6 73 127 65
Binary 11110000 11101101 100000 0 1 1010111 110 111011 1010111 110101

Color Harmonies of #F0ED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0ED20

Black with #F0ED20

Text Example


Text Example

White with #F0ED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0ED20; }

 p { color: rgb(240,237,32); }

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

background-color css

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

 a { background-color: rgb(240,237,32); }

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

border-color css

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

 span { border-color: rgb(240,237,32); }

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