Html Css Color HEX #F2E414 Lemon

📋 copy color: '#F2E414'

red 242 ◦ green 228 ◦ blue 20

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

Shades of Lemon #F2E414

Tints of Lemon #F2E414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.08%

R = 49.39%
G = 46.53%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2E414 (or 0xF2E414) is known color: Lemon. HEX triplet: F2, E4 and 14. RGB value is (242,228,20). Sum of RGB (Red+Green+Blue) = 242+228+20=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E414 is #0D1BEB. Grayscale: #D1D1D1. Windows color (decimal): -859116 or 1369330. OLE color: 1369330.

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

Color convert

RGB 242 228 20 -
CMYK 0 0.06 0.92 0.05
HSL 56.22º 0.9% 0.51% -
HSV(B) 56.22º 0.92% 0.95% -
XYZ 64.49 74.41 11.63 -
YUV 208.47 21.64 151.91 -
System Red Green Blue C M Y K H S L
Decimal 242 228 20 0 0.06 0.92 0.05 56.22 0.9 0.51
Hex F2 E4 14 0 6 5C 5 38 5A 33
Octal 362 344 24 0 6 134 5 70 132 63
Binary 11110010 11100100 10100 0 110 1011100 101 111000 1011010 110011

Color Harmonies of #F2E414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E414

Black with #F2E414

Text Example


Text Example

White with #F2E414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E414; }

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

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

background-color css

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

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

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

border-color css

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

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

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