Html Css Color HEX #F0FD1F Lemon

📋 copy color: '#F0FD1F'

red 240 ◦ green 253 ◦ blue 31

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

Shades of Lemon #F0FD1F

Tints of Lemon #F0FD1F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.28%

 BLUE value IS 31 (12.5% from 255) = 5.92%

R = 45.8%
G = 48.28%
B = 5.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#F0FD1F (or 0xF0FD1F) is known color: Lemon. HEX triplet: F0, FD and 1F. RGB value is (240,253,31). Sum of RGB (Red+Green+Blue) = 240+253+31=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 31 (12.5% from 255 or 5.92% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0FD1F is #0F02E0. Grayscale: #E0E0E0. Windows color (decimal): -983777 or 2096624. OLE color: 2096624.

HSL color Cylindrical-coordinate representation of color #F0FD1F: hue angle of 63.51º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0FD1F is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 253 31 -
CMYK 0.05 0 0.88 0.01
HSL 63.51º 0.98% 0.56% -
HSV(B) 63.51º 0.88% 0.99% -
XYZ 71.31 88.87 14.69 -
YUV 223.81 19.19 139.55 -
System Red Green Blue C M Y K H S L
Decimal 240 253 31 0.05 0 0.88 0.01 63.51 0.98 0.56
Hex F0 FD 1F 5 0 58 1 40 62 38
Octal 360 375 37 5 0 130 1 100 142 70
Binary 11110000 11111101 11111 101 0 1011000 1 1000000 1100010 111000

Color Harmonies of #F0FD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FD1F

Black with #F0FD1F

Text Example


Text Example

White with #F0FD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FD1F; }

 p { color: rgb(240,253,31); }

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

background-color css

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

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

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

border-color css

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

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

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