Html Css Color HEX #F0F51E Lemon

📋 copy color: '#F0F51E'

red 240 ◦ green 245 ◦ blue 30

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

Shades of Lemon #F0F51E

Tints of Lemon #F0F51E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.57%

 BLUE value IS 30 (12.11% from 255) = 5.83%

R = 46.6%
G = 47.57%
B = 5.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F0F51E (or 0xF0F51E) is known color: Lemon. HEX triplet: F0, F5 and 1E. RGB value is (240,245,30). Sum of RGB (Red+Green+Blue) = 240+245+30=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 30 (12.11% from 255 or 5.83% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F51E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F51E is #0F0AE1. Grayscale: #DBDBDB. Windows color (decimal): -985826 or 2029040. OLE color: 2029040.

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

Color convert

RGB 240 245 30 -
CMYK 0.02 0 0.88 0.04
HSL 61.4º 0.91% 0.54% -
HSV(B) 61.4º 0.88% 0.96% -
XYZ 68.82 83.92 13.8 -
YUV 219 21.34 142.98 -
System Red Green Blue C M Y K H S L
Decimal 240 245 30 0.02 0 0.88 0.04 61.4 0.91 0.54
Hex F0 F5 1E 2 0 58 4 3D 5B 36
Octal 360 365 36 2 0 130 4 75 133 66
Binary 11110000 11110101 11110 10 0 1011000 100 111101 1011011 110110

Color Harmonies of #F0F51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F51E

Black with #F0F51E

Text Example


Text Example

White with #F0F51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F51E; }

 p { color: rgb(240,245,30); }

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

background-color css

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

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

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

border-color css

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

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

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