Html Css Color HEX #F0F40D Lemon

📋 copy color: '#F0F40D'

red 240 ◦ green 244 ◦ blue 13

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

Shades of Lemon #F0F40D

Tints of Lemon #F0F40D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.62%

R = 48.29%
G = 49.09%
B = 2.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F0F40D (or 0xF0F40D) is known color: Lemon. HEX triplet: F0, F4 and 0D. RGB value is (240,244,13). Sum of RGB (Red+Green+Blue) = 240+244+13=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 13 (5.47% from 255 or 2.62% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F40D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F0F40D is #0F0BF2. Grayscale: #D9D9D9. Windows color (decimal): -986099 or 914672. OLE color: 914672.

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

Color convert

RGB 240 244 13 -
CMYK 0.02 0 0.95 0.04
HSL 61.04º 0.91% 0.5% -
HSV(B) 61.04º 0.95% 0.96% -
XYZ 68.36 83.26 12.85 -
YUV 216.47 13.17 144.78 -
System Red Green Blue C M Y K H S L
Decimal 240 244 13 0.02 0 0.95 0.04 61.04 0.91 0.5
Hex F0 F4 D 2 0 5F 4 3D 5B 32
Octal 360 364 15 2 0 137 4 75 133 62
Binary 11110000 11110100 1101 10 0 1011111 100 111101 1011011 110010

Color Harmonies of #F0F40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F40D

Black with #F0F40D

Text Example


Text Example

White with #F0F40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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