Html Css Color HEX #F2E620 Lemon

📋 copy color: '#F2E620'

red 242 ◦ green 230 ◦ blue 32

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

Shades of Lemon #F2E620

Tints of Lemon #F2E620

RGB

 RED value IS 242 (94.92% from 255) = 48.02%

 GREEN value IS 230 (90.23% from 255) = 45.63%

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

R = 48.02%
G = 45.63%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F2E620 (or 0xF2E620) is known color: Lemon. HEX triplet: F2, E6 and 20. RGB value is (242,230,32). Sum of RGB (Red+Green+Blue) = 242+230+32=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2E620 is #0D19DF. Grayscale: #D3D3D3. Windows color (decimal): -858592 or 2156274. OLE color: 2156274.

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

Color convert

RGB 242 230 32 -
CMYK 0 0.05 0.87 0.05
HSL 56.57º 0.89% 0.54% -
HSV(B) 56.57º 0.87% 0.95% -
XYZ 65.18 75.58 12.52 -
YUV 211.02 26.98 150.1 -
System Red Green Blue C M Y K H S L
Decimal 242 230 32 0 0.05 0.87 0.05 56.57 0.89 0.54
Hex F2 E6 20 0 5 57 5 39 59 36
Octal 362 346 40 0 5 127 5 71 131 66
Binary 11110010 11100110 100000 0 101 1010111 101 111001 1011001 110110

Color Harmonies of #F2E620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E620

Black with #F2E620

Text Example


Text Example

White with #F2E620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E620; }

 p { color: rgb(242,230,32); }

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

background-color css

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

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

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

border-color css

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

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

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