Html Css Color HEX #F2E41C Lemon

📋 copy color: '#F2E41C'

red 242 ◦ green 228 ◦ blue 28

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

Shades of Lemon #F2E41C

Tints of Lemon #F2E41C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.78%

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

R = 48.59%
G = 45.78%
B = 5.62%

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

#F2E41C (or 0xF2E41C) is known color: Lemon. HEX triplet: F2, E4 and 1C. RGB value is (242,228,28). Sum of RGB (Red+Green+Blue) = 242+228+28=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2E41C is #0D1BE3. Grayscale: #D2D2D2. Windows color (decimal): -859108 or 1893618. OLE color: 1893618.

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

Color convert

RGB 242 228 28 -
CMYK 0 0.06 0.88 0.05
HSL 56.07º 0.89% 0.53% -
HSV(B) 56.07º 0.88% 0.95% -
XYZ 64.57 74.45 12.07 -
YUV 209.39 25.64 151.26 -
System Red Green Blue C M Y K H S L
Decimal 242 228 28 0 0.06 0.88 0.05 56.07 0.89 0.53
Hex F2 E4 1C 0 6 58 5 38 59 35
Octal 362 344 34 0 6 130 5 70 131 65
Binary 11110010 11100100 11100 0 110 1011000 101 111000 1011001 110101

Color Harmonies of #F2E41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E41C

Black with #F2E41C

Text Example


Text Example

White with #F2E41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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