Html Css Color HEX #F2E809 Lemon

📋 copy color: '#F2E809'

red 242 ◦ green 232 ◦ blue 9

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

Shades of Lemon #F2E809

Tints of Lemon #F2E809

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.03%

 BLUE value IS 9 (3.91% from 255) = 1.86%

R = 50.1%
G = 48.03%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2E809 (or 0xF2E809) is known color: Lemon. HEX triplet: F2, E8 and 09. RGB value is (242,232,9). Sum of RGB (Red+Green+Blue) = 242+232+9=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 9 (3.91% from 255 or 1.86% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E809 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E809 is #0D17F6. Grayscale: #D2D2D2. Windows color (decimal): -858103 or 649458. OLE color: 649458.

HSL color Cylindrical-coordinate representation of color #F2E809: hue angle of 57.42º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2E809 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 9 -
CMYK 0 0.04 0.96 0.05
HSL 57.42º 0.93% 0.49% -
HSV(B) 57.42º 0.96% 0.95% -
XYZ 65.52 76.61 11.59 -
YUV 209.57 14.81 151.13 -
System Red Green Blue C M Y K H S L
Decimal 242 232 9 0 0.04 0.96 0.05 57.42 0.93 0.49
Hex F2 E8 9 0 4 60 5 39 5D 31
Octal 362 350 11 0 4 140 5 71 135 61
Binary 11110010 11101000 1001 0 100 1100000 101 111001 1011101 110001

Color Harmonies of #F2E809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E809

Black with #F2E809

Text Example


Text Example

White with #F2E809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E809; }

 p { color: rgb(242,232,9); }

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

background-color css

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

 a { background-color: rgb(242,232,9); }

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

border-color css

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

 span { border-color: rgb(242,232,9); }

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