Html Css Color HEX #F0E117 Lemon

📋 copy color: '#F0E117'

red 240 ◦ green 225 ◦ blue 23

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

Shades of Lemon #F0E117

Tints of Lemon #F0E117

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.11%

 BLUE value IS 23 (9.38% from 255) = 4.71%

R = 49.18%
G = 46.11%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F0E117 (or 0xF0E117) is known color: Lemon. HEX triplet: F0, E1 and 17. RGB value is (240,225,23). Sum of RGB (Red+Green+Blue) = 240+225+23=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 23 (9.38% from 255 or 4.71% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0E117 is #0F1EE8. Grayscale: #CFCFCF. Windows color (decimal): -990953 or 1565168. OLE color: 1565168.

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

Color convert

RGB 240 225 23 -
CMYK 0 0.06 0.90 0.06
HSL 55.85º 0.88% 0.52% -
HSV(B) 55.85º 0.9% 0.94% -
XYZ 63.02 72.44 11.47 -
YUV 206.46 24.47 151.93 -
System Red Green Blue C M Y K H S L
Decimal 240 225 23 0 0.06 0.90 0.06 55.85 0.88 0.52
Hex F0 E1 17 0 6 5A 6 38 58 34
Octal 360 341 27 0 6 132 6 70 130 64
Binary 11110000 11100001 10111 0 110 1011010 110 111000 1011000 110100

Color Harmonies of #F0E117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E117

Black with #F0E117

Text Example


Text Example

White with #F0E117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E117; }

 p { color: rgb(240,225,23); }

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

background-color css

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

 a { background-color: rgb(240,225,23); }

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

border-color css

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

 span { border-color: rgb(240,225,23); }

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