Html Css Color HEX #F2EC16 Lemon

📋 copy color: '#F2EC16'

red 242 ◦ green 236 ◦ blue 22

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

Shades of Lemon #F2EC16

Tints of Lemon #F2EC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.4%

R = 48.4%
G = 47.2%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2EC16 (or 0xF2EC16) is known color: Lemon. HEX triplet: F2, EC and 16. RGB value is (242,236,22). Sum of RGB (Red+Green+Blue) = 242+236+22=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2EC16 is #0D13E9. Grayscale: #D6D6D6. Windows color (decimal): -857066 or 1502450. OLE color: 1502450.

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

Color convert

RGB 242 236 22 -
CMYK 0 0.02 0.91 0.05
HSL 58.36º 0.89% 0.52% -
HSV(B) 58.36º 0.91% 0.95% -
XYZ 66.76 78.93 12.47 -
YUV 213.4 19.99 148.4 -
System Red Green Blue C M Y K H S L
Decimal 242 236 22 0 0.02 0.91 0.05 58.36 0.89 0.52
Hex F2 EC 16 0 2 5B 5 3A 59 34
Octal 362 354 26 0 2 133 5 72 131 64
Binary 11110010 11101100 10110 0 10 1011011 101 111010 1011001 110100

Color Harmonies of #F2EC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EC16

Black with #F2EC16

Text Example


Text Example

White with #F2EC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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