Html Css Color HEX #F2E80B Lemon

📋 copy color: '#F2E80B'

red 242 ◦ green 232 ◦ blue 11

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

Shades of Lemon #F2E80B

Tints of Lemon #F2E80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.27%

R = 49.9%
G = 47.84%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F2E80B (or 0xF2E80B) is known color: Lemon. HEX triplet: F2, E8 and 0B. RGB value is (242,232,11). Sum of RGB (Red+Green+Blue) = 242+232+11=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E80B is #0D17F4. Grayscale: #D2D2D2. Windows color (decimal): -858101 or 780530. OLE color: 780530.

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

Color convert

RGB 242 232 11 -
CMYK 0 0.04 0.95 0.05
HSL 57.4º 0.91% 0.5% -
HSV(B) 57.4º 0.95% 0.95% -
XYZ 65.53 76.61 11.65 -
YUV 209.8 15.81 150.97 -
System Red Green Blue C M Y K H S L
Decimal 242 232 11 0 0.04 0.95 0.05 57.4 0.91 0.5
Hex F2 E8 B 0 4 5F 5 39 5B 32
Octal 362 350 13 0 4 137 5 71 133 62
Binary 11110010 11101000 1011 0 100 1011111 101 111001 1011011 110010

Color Harmonies of #F2E80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E80B

Black with #F2E80B

Text Example


Text Example

White with #F2E80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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