Html Css Color HEX #F0F118 Lemon

📋 copy color: '#F0F118'

red 240 ◦ green 241 ◦ blue 24

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

Shades of Lemon #F0F118

Tints of Lemon #F0F118

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.72%

 BLUE value IS 24 (9.77% from 255) = 4.75%

R = 47.52%
G = 47.72%
B = 4.75%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F0F118 (or 0xF0F118) is known color: Lemon. HEX triplet: F0, F1 and 18. RGB value is (240,241,24). Sum of RGB (Red+Green+Blue) = 240+241+24=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 24 (9.77% from 255 or 4.75% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F118 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F118 is #0F0EE7. Grayscale: #D8D8D8. Windows color (decimal): -986856 or 1634800. OLE color: 1634800.

HSL color Cylindrical-coordinate representation of color #F0F118: hue angle of 60.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0F118 is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 241 24 -
CMYK 0.00 0 0.90 0.05
HSL 60.28º 0.89% 0.52% -
HSV(B) 60.28º 0.9% 0.95% -
XYZ 67.56 81.5 13.04 -
YUV 215.96 19.67 145.14 -
System Red Green Blue C M Y K H S L
Decimal 240 241 24 0.00 0 0.90 0.05 60.28 0.89 0.52
Hex F0 F1 18 0 0 5A 5 3C 59 34
Octal 360 361 30 0 0 132 5 74 131 64
Binary 11110000 11110001 11000 0 0 1011010 101 111100 1011001 110100

Color Harmonies of #F0F118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F118

Black with #F0F118

Text Example


Text Example

White with #F0F118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F118; }

 p { color: rgb(240,241,24); }

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

background-color css

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

 a { background-color: rgb(240,241,24); }

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

border-color css

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

 span { border-color: rgb(240,241,24); }

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