Html Css Color HEX #F0F21E Lemon

📋 copy color: '#F0F21E'

red 240 ◦ green 242 ◦ blue 30

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

Shades of Lemon #F0F21E

Tints of Lemon #F0F21E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.27%

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

R = 46.88%
G = 47.27%
B = 5.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F0F21E (or 0xF0F21E) is known color: Lemon. HEX triplet: F0, F2 and 1E. RGB value is (240,242,30). Sum of RGB (Red+Green+Blue) = 240+242+30=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F21E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0F21E is #0F0DE1. Grayscale: #DADADA. Windows color (decimal): -986594 or 2028272. OLE color: 2028272.

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

Color convert

RGB 240 242 30 -
CMYK 0.01 0 0.88 0.05
HSL 60.57º 0.89% 0.53% -
HSV(B) 60.57º 0.88% 0.95% -
XYZ 67.92 82.12 13.5 -
YUV 217.23 22.34 144.24 -
System Red Green Blue C M Y K H S L
Decimal 240 242 30 0.01 0 0.88 0.05 60.57 0.89 0.53
Hex F0 F2 1E 1 0 58 5 3D 59 35
Octal 360 362 36 1 0 130 5 75 131 65
Binary 11110000 11110010 11110 1 0 1011000 101 111101 1011001 110101

Color Harmonies of #F0F21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F21E

Black with #F0F21E

Text Example


Text Example

White with #F0F21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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