Html Css Color HEX #F2E31C Lemon

📋 copy color: '#F2E31C'

red 242 ◦ green 227 ◦ blue 28

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

Shades of Lemon #F2E31C

Tints of Lemon #F2E31C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.67%

 BLUE value IS 28 (11.33% from 255) = 5.63%

R = 48.69%
G = 45.67%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2E31C (or 0xF2E31C) is known color: Lemon. HEX triplet: F2, E3 and 1C. RGB value is (242,227,28). Sum of RGB (Red+Green+Blue) = 242+227+28=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 28 (11.33% from 255 or 5.63% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E31C is #0D1CE3. Grayscale: #D1D1D1. Windows color (decimal): -859364 or 1893362. OLE color: 1893362.

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

Color convert

RGB 242 227 28 -
CMYK 0 0.06 0.88 0.05
HSL 55.79º 0.89% 0.53% -
HSV(B) 55.79º 0.88% 0.95% -
XYZ 64.3 73.9 11.97 -
YUV 208.8 25.97 151.68 -
System Red Green Blue C M Y K H S L
Decimal 242 227 28 0 0.06 0.88 0.05 55.79 0.89 0.53
Hex F2 E3 1C 0 6 58 5 38 59 35
Octal 362 343 34 0 6 130 5 70 131 65
Binary 11110010 11100011 11100 0 110 1011000 101 111000 1011001 110101

Color Harmonies of #F2E31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E31C

Black with #F2E31C

Text Example


Text Example

White with #F2E31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E31C; }

 p { color: rgb(242,227,28); }

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

background-color css

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

 a { background-color: rgb(242,227,28); }

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

border-color css

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

 span { border-color: rgb(242,227,28); }

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