Html Css Color HEX #F2EC0A Lemon

📋 copy color: '#F2EC0A'

red 242 ◦ green 236 ◦ blue 10

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

Shades of Lemon #F2EC0A

Tints of Lemon #F2EC0A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.36%

 BLUE value IS 10 (4.3% from 255) = 2.05%

R = 49.59%
G = 48.36%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2EC0A (or 0xF2EC0A) is known color: Lemon. HEX triplet: F2, EC and 0A. RGB value is (242,236,10). Sum of RGB (Red+Green+Blue) = 242+236+10=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 10 (4.30% from 255 or 2.05% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC0A is #0D13F5. Grayscale: #D4D4D4. Windows color (decimal): -857078 or 716018. OLE color: 716018.

HSL color Cylindrical-coordinate representation of color #F2EC0A: hue angle of 58.45º degrees, saturation: 0.92, 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 #F2EC0A is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 236 10 -
CMYK 0 0.02 0.96 0.05
HSL 58.45º 0.92% 0.49% -
HSV(B) 58.45º 0.96% 0.95% -
XYZ 66.67 78.89 12 -
YUV 212.03 13.99 149.38 -
System Red Green Blue C M Y K H S L
Decimal 242 236 10 0 0.02 0.96 0.05 58.45 0.92 0.49
Hex F2 EC A 0 2 60 5 3A 5C 31
Octal 362 354 12 0 2 140 5 72 134 61
Binary 11110010 11101100 1010 0 10 1100000 101 111010 1011100 110001

Color Harmonies of #F2EC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EC0A

Black with #F2EC0A

Text Example


Text Example

White with #F2EC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EC0A; }

 p { color: rgb(242,236,10); }

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

background-color css

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

 a { background-color: rgb(242,236,10); }

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

border-color css

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

 span { border-color: rgb(242,236,10); }

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