Html Css Color HEX #F0F014 Lemon

📋 copy color: '#F0F014'

red 240 ◦ green 240 ◦ blue 20

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

Shades of Lemon #F0F014

Tints of Lemon #F0F014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

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

R = 48%
G = 48%
B = 4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0F014 (or 0xF0F014) is known color: Lemon. HEX triplet: F0, F0 and 14. RGB value is (240,240,20). Sum of RGB (Red+Green+Blue) = 240+240+20=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F014 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F014 is #0F0FEB. Grayscale: #D7D7D7. Windows color (decimal): -987116 or 1372400. OLE color: 1372400.

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

Color convert

RGB 240 240 20 -
CMYK 0 0 0.92 0.06
HSL 60º 0.88% 0.51% -
HSV(B) 60º 0.92% 0.94% -
XYZ 67.22 80.9 12.73 -
YUV 214.92 18 145.89 -
System Red Green Blue C M Y K H S L
Decimal 240 240 20 0 0 0.92 0.06 60 0.88 0.51
Hex F0 F0 14 0 0 5C 6 3C 58 33
Octal 360 360 24 0 0 134 6 74 130 63
Binary 11110000 11110000 10100 0 0 1011100 110 111100 1011000 110011

Color Harmonies of #F0F014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F014

Black with #F0F014

Text Example


Text Example

White with #F0F014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F014; }

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

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

background-color css

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

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

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

border-color css

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

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

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