Html Css Color HEX #F2E016 Lemon

📋 copy color: '#F2E016'

red 242 ◦ green 224 ◦ blue 22

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

Shades of Lemon #F2E016

Tints of Lemon #F2E016

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

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

R = 49.59%
G = 45.9%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F2E016 (or 0xF2E016) is known color: Lemon. HEX triplet: F2, E0 and 16. RGB value is (242,224,22). Sum of RGB (Red+Green+Blue) = 242+224+22=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E016 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E016 is #0D1FE9. Grayscale: #CFCFCF. Windows color (decimal): -860138 or 1499378. OLE color: 1499378.

HSL color Cylindrical-coordinate representation of color #F2E016: hue angle of 55.09º 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 #F2E016 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 22 -
CMYK 0 0.07 0.91 0.05
HSL 55.09º 0.89% 0.52% -
HSV(B) 55.09º 0.91% 0.95% -
XYZ 63.42 72.25 11.36 -
YUV 206.35 23.96 153.43 -
System Red Green Blue C M Y K H S L
Decimal 242 224 22 0 0.07 0.91 0.05 55.09 0.89 0.52
Hex F2 E0 16 0 7 5B 5 37 59 34
Octal 362 340 26 0 7 133 5 67 131 64
Binary 11110010 11100000 10110 0 111 1011011 101 110111 1011001 110100

Color Harmonies of #F2E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E016

Black with #F2E016

Text Example


Text Example

White with #F2E016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E016; }

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

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

background-color css

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

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

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

border-color css

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

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

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