Html Css Color HEX #F0EF10 Lemon

📋 copy color: '#F0EF10'

red 240 ◦ green 239 ◦ blue 16

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

Shades of Lemon #F0EF10

Tints of Lemon #F0EF10

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.28%

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

R = 48.48%
G = 48.28%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F0EF10 (or 0xF0EF10) is known color: Lemon. HEX triplet: F0, EF and 10. RGB value is (240,239,16). Sum of RGB (Red+Green+Blue) = 240+239+16=495 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.48% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 16 (6.64% from 255 or 3.23% from 495); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0EF10 is #0F10EF. Grayscale: #D6D6D6. Windows color (decimal): -987376 or 1110000. OLE color: 1110000.

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

Color convert

RGB 240 239 16 -
CMYK 0 0.00 0.93 0.06
HSL 59.73º 0.88% 0.5% -
HSV(B) 59.73º 0.93% 0.94% -
XYZ 66.9 80.3 12.46 -
YUV 213.88 16.33 146.63 -
System Red Green Blue C M Y K H S L
Decimal 240 239 16 0 0.00 0.93 0.06 59.73 0.88 0.5
Hex F0 EF 10 0 0 5D 6 3C 58 32
Octal 360 357 20 0 0 135 6 74 130 62
Binary 11110000 11101111 10000 0 0 1011101 110 111100 1011000 110010

Color Harmonies of #F0EF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EF10

Black with #F0EF10

Text Example


Text Example

White with #F0EF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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