Html Css Color HEX #F2E117 Lemon

📋 copy color: '#F2E117'

red 242 ◦ green 225 ◦ blue 23

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

Shades of Lemon #F2E117

Tints of Lemon #F2E117

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.92%

 BLUE value IS 23 (9.38% from 255) = 4.69%

R = 49.39%
G = 45.92%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2E117 (or 0xF2E117) is known color: Lemon. HEX triplet: F2, E1 and 17. RGB value is (242,225,23). Sum of RGB (Red+Green+Blue) = 242+225+23=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 23 (9.38% from 255 or 4.69% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E117 is #0D1EE8. Grayscale: #CFCFCF. Windows color (decimal): -859881 or 1565170. OLE color: 1565170.

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

Color convert

RGB 242 225 23 -
CMYK 0 0.07 0.90 0.05
HSL 55.34º 0.89% 0.52% -
HSV(B) 55.34º 0.9% 0.95% -
XYZ 63.7 72.79 11.5 -
YUV 207.06 24.13 152.93 -
System Red Green Blue C M Y K H S L
Decimal 242 225 23 0 0.07 0.90 0.05 55.34 0.89 0.52
Hex F2 E1 17 0 7 5A 5 37 59 34
Octal 362 341 27 0 7 132 5 67 131 64
Binary 11110010 11100001 10111 0 111 1011010 101 110111 1011001 110100

Color Harmonies of #F2E117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E117

Black with #F2E117

Text Example


Text Example

White with #F2E117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E117; }

 p { color: rgb(242,225,23); }

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

background-color css

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

 a { background-color: rgb(242,225,23); }

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

border-color css

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

 span { border-color: rgb(242,225,23); }

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