Html Css Color HEX #F0E010 Lemon

📋 copy color: '#F0E010'

red 240 ◦ green 224 ◦ blue 16

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

Shades of Lemon #F0E010

Tints of Lemon #F0E010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.33%

R = 50%
G = 46.67%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0E010 (or 0xF0E010) is known color: Lemon. HEX triplet: F0, E0 and 10. RGB value is (240,224,16). Sum of RGB (Red+Green+Blue) = 240+224+16=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 16 (6.64% from 255 or 3.33% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E010 is #0F1FEF. Grayscale: #CDCDCD. Windows color (decimal): -991216 or 1106160. OLE color: 1106160.

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

Color convert

RGB 240 224 16 -
CMYK 0 0.07 0.93 0.06
HSL 55.71º 0.88% 0.5% -
HSV(B) 55.71º 0.93% 0.94% -
XYZ 62.68 71.87 11.06 -
YUV 205.07 21.3 152.91 -
System Red Green Blue C M Y K H S L
Decimal 240 224 16 0 0.07 0.93 0.06 55.71 0.88 0.5
Hex F0 E0 10 0 7 5D 6 38 58 32
Octal 360 340 20 0 7 135 6 70 130 62
Binary 11110000 11100000 10000 0 111 1011101 110 111000 1011000 110010

Color Harmonies of #F0E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E010

Black with #F0E010

Text Example


Text Example

White with #F0E010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E010; }

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

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

background-color css

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

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

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

border-color css

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

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

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