Html Css Color HEX #F0FA14 Lemon

📋 copy color: '#F0FA14'

red 240 ◦ green 250 ◦ blue 20

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

Shades of Lemon #F0FA14

Tints of Lemon #F0FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

 BLUE value IS 20 (8.2% from 255) = 3.92%

R = 47.06%
G = 49.02%
B = 3.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F0FA14 (or 0xF0FA14) is known color: Lemon. HEX triplet: F0, FA and 14. RGB value is (240,250,20). Sum of RGB (Red+Green+Blue) = 240+250+20=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 20 (8.20% from 255 or 3.92% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FA14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0FA14 is #0F05EB. Grayscale: #DDDDDD. Windows color (decimal): -984556 or 1374960. OLE color: 1374960.

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

Color convert

RGB 240 250 20 -
CMYK 0.04 0 0.92 0.02
HSL 62.61º 0.96% 0.53% -
HSV(B) 62.61º 0.92% 0.98% -
XYZ 70.25 86.95 13.74 -
YUV 220.79 14.69 141.7 -
System Red Green Blue C M Y K H S L
Decimal 240 250 20 0.04 0 0.92 0.02 62.61 0.96 0.53
Hex F0 FA 14 4 0 5C 2 3F 60 35
Octal 360 372 24 4 0 134 2 77 140 65
Binary 11110000 11111010 10100 100 0 1011100 10 111111 1100000 110101

Color Harmonies of #F0FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FA14

Black with #F0FA14

Text Example


Text Example

White with #F0FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FA14; }

 p { color: rgb(240,250,20); }

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

background-color css

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

 a { background-color: rgb(240,250,20); }

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

border-color css

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

 span { border-color: rgb(240,250,20); }

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