Html Css Color HEX #F0F412 Lemon

📋 copy color: '#F0F412'

red 240 ◦ green 244 ◦ blue 18

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

Shades of Lemon #F0F412

Tints of Lemon #F0F412

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.61%

 BLUE value IS 18 (7.42% from 255) = 3.59%

R = 47.81%
G = 48.61%
B = 3.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F0F412 (or 0xF0F412) is known color: Lemon. HEX triplet: F0, F4 and 12. RGB value is (240,244,18). Sum of RGB (Red+Green+Blue) = 240+244+18=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 18 (7.42% from 255 or 3.59% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F412 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F412 is #0F0BED. Grayscale: #D9D9D9. Windows color (decimal): -986094 or 1242352. OLE color: 1242352.

HSL color Cylindrical-coordinate representation of color #F0F412: hue angle of 61.06º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0F412 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 244 18 -
CMYK 0.02 0 0.93 0.04
HSL 61.06º 0.91% 0.51% -
HSV(B) 61.06º 0.93% 0.96% -
XYZ 68.4 83.27 13.04 -
YUV 217.04 15.67 144.38 -
System Red Green Blue C M Y K H S L
Decimal 240 244 18 0.02 0 0.93 0.04 61.06 0.91 0.51
Hex F0 F4 12 2 0 5D 4 3D 5B 33
Octal 360 364 22 2 0 135 4 75 133 63
Binary 11110000 11110100 10010 10 0 1011101 100 111101 1011011 110011

Color Harmonies of #F0F412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F412

Black with #F0F412

Text Example


Text Example

White with #F0F412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F412; }

 p { color: rgb(240,244,18); }

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

background-color css

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

 a { background-color: rgb(240,244,18); }

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

border-color css

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

 span { border-color: rgb(240,244,18); }

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