Html Css Color HEX #F2E217 Lemon

📋 copy color: '#F2E217'

red 242 ◦ green 226 ◦ blue 23

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

Shades of Lemon #F2E217

Tints of Lemon #F2E217

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.03%

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

R = 49.29%
G = 46.03%
B = 4.68%

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

#F2E217 (or 0xF2E217) is known color: Lemon. HEX triplet: F2, E2 and 17. RGB value is (242,226,23). Sum of RGB (Red+Green+Blue) = 242+226+23=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 226 (88.67% from 255 or 46.03% from 491); Blue value is 23 (9.38% from 255 or 4.68% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E217 is #0D1DE8. Grayscale: #D0D0D0. Windows color (decimal): -859625 or 1565426. OLE color: 1565426.

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

Color convert

RGB 242 226 23 -
CMYK 0 0.07 0.90 0.05
HSL 55.62º 0.89% 0.52% -
HSV(B) 55.62º 0.9% 0.95% -
XYZ 63.97 73.33 11.59 -
YUV 207.64 23.8 152.51 -
System Red Green Blue C M Y K H S L
Decimal 242 226 23 0 0.07 0.90 0.05 55.62 0.89 0.52
Hex F2 E2 17 0 7 5A 5 38 59 34
Octal 362 342 27 0 7 132 5 70 131 64
Binary 11110010 11100010 10111 0 111 1011010 101 111000 1011001 110100

Color Harmonies of #F2E217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E217

Black with #F2E217

Text Example


Text Example

White with #F2E217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E217; }

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

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

background-color css

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

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

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

border-color css

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

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

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