Html Css Color HEX #F0E016 Lemon

📋 copy color: '#F0E016'

red 240 ◦ green 224 ◦ blue 22

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

Shades of Lemon #F0E016

Tints of Lemon #F0E016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.53%

R = 49.38%
G = 46.09%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0E016 (or 0xF0E016) is known color: Lemon. HEX triplet: F0, E0 and 16. RGB value is (240,224,22). Sum of RGB (Red+Green+Blue) = 240+224+22=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 22 (8.98% from 255 or 4.53% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E016 is #0F1FE9. Grayscale: #CECECE. Windows color (decimal): -991210 or 1499376. OLE color: 1499376.

HSL color Cylindrical-coordinate representation of color #F0E016: hue angle of 55.6º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0E016 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 224 22 -
CMYK 0 0.07 0.91 0.06
HSL 55.6º 0.88% 0.51% -
HSV(B) 55.6º 0.91% 0.94% -
XYZ 62.74 71.89 11.33 -
YUV 205.76 24.3 152.43 -
System Red Green Blue C M Y K H S L
Decimal 240 224 22 0 0.07 0.91 0.06 55.6 0.88 0.51
Hex F0 E0 16 0 7 5B 6 38 58 33
Octal 360 340 26 0 7 133 6 70 130 63
Binary 11110000 11100000 10110 0 111 1011011 110 111000 1011000 110011

Color Harmonies of #F0E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E016

Black with #F0E016

Text Example


Text Example

White with #F0E016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E016; }

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

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

background-color css

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

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

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

border-color css

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

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

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