Html Css Color HEX #F2E40F Lemon

📋 copy color: '#F2E40F'

red 242 ◦ green 228 ◦ blue 15

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

Shades of Lemon #F2E40F

Tints of Lemon #F2E40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.09%

R = 49.9%
G = 47.01%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2E40F (or 0xF2E40F) is known color: Lemon. HEX triplet: F2, E4 and 0F. RGB value is (242,228,15). Sum of RGB (Red+Green+Blue) = 242+228+15=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 15 (6.25% from 255 or 3.09% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E40F is #0D1BF0. Grayscale: #D0D0D0. Windows color (decimal): -859121 or 1041650. OLE color: 1041650.

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

Color convert

RGB 242 228 15 -
CMYK 0 0.06 0.94 0.05
HSL 56.3º 0.9% 0.5% -
HSV(B) 56.3º 0.94% 0.95% -
XYZ 64.45 74.4 11.42 -
YUV 207.9 19.14 152.32 -
System Red Green Blue C M Y K H S L
Decimal 242 228 15 0 0.06 0.94 0.05 56.3 0.9 0.5
Hex F2 E4 F 0 6 5E 5 38 5A 32
Octal 362 344 17 0 6 136 5 70 132 62
Binary 11110010 11100100 1111 0 110 1011110 101 111000 1011010 110010

Color Harmonies of #F2E40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E40F

Black with #F2E40F

Text Example


Text Example

White with #F2E40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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