Html Css Color HEX #F0EE20 Lemon

📋 copy color: '#F0EE20'

red 240 ◦ green 238 ◦ blue 32

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

Shades of Lemon #F0EE20

Tints of Lemon #F0EE20

RGB

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

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

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

R = 47.06%
G = 46.67%
B = 6.27%

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

#F0EE20 (or 0xF0EE20) is known color: Lemon. HEX triplet: F0, EE and 20. RGB value is (240,238,32). Sum of RGB (Red+Green+Blue) = 240+238+32=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 32 (12.89% from 255 or 6.27% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0EE20 is #0F11DF. Grayscale: #D7D7D7. Windows color (decimal): -987616 or 2158320. OLE color: 2158320.

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

Color convert

RGB 240 238 32 -
CMYK 0 0.01 0.87 0.06
HSL 59.42º 0.87% 0.53% -
HSV(B) 59.42º 0.87% 0.94% -
XYZ 66.77 79.78 13.25 -
YUV 215.11 24.66 145.75 -
System Red Green Blue C M Y K H S L
Decimal 240 238 32 0 0.01 0.87 0.06 59.42 0.87 0.53
Hex F0 EE 20 0 1 57 6 3B 57 35
Octal 360 356 40 0 1 127 6 73 127 65
Binary 11110000 11101110 100000 0 1 1010111 110 111011 1010111 110101

Color Harmonies of #F0EE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EE20

Black with #F0EE20

Text Example


Text Example

White with #F0EE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EE20; }

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

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

background-color css

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

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

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

border-color css

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

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

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