Html Css Color HEX #F0F020 Lemon

📋 copy color: '#F0F020'

red 240 ◦ green 240 ◦ blue 32

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

Shades of Lemon #F0F020

Tints of Lemon #F0F020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.25%

R = 46.88%
G = 46.88%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0F020 (or 0xF0F020) is known color: Lemon. HEX triplet: F0, F0 and 20. RGB value is (240,240,32). Sum of RGB (Red+Green+Blue) = 240+240+32=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 32 (12.89% from 255 or 6.25% from 512); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F020 is #0F0FDF. Grayscale: #D9D9D9. Windows color (decimal): -987104 or 2158832. OLE color: 2158832.

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

Color convert

RGB 240 240 32 -
CMYK 0 0 0.87 0.06
HSL 60º 0.87% 0.53% -
HSV(B) 60º 0.87% 0.94% -
XYZ 67.36 80.95 13.44 -
YUV 216.29 24 144.91 -
System Red Green Blue C M Y K H S L
Decimal 240 240 32 0 0 0.87 0.06 60 0.87 0.53
Hex F0 F0 20 0 0 57 6 3C 57 35
Octal 360 360 40 0 0 127 6 74 127 65
Binary 11110000 11110000 100000 0 0 1010111 110 111100 1010111 110101

Color Harmonies of #F0F020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F020

Black with #F0F020

Text Example


Text Example

White with #F0F020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F020; }

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

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

background-color css

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

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

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

border-color css

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

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

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