Html Css Color HEX #F2E614 Lemon

📋 copy color: '#F2E614'

red 242 ◦ green 230 ◦ blue 20

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

Shades of Lemon #F2E614

Tints of Lemon #F2E614

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.75%

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

R = 49.19%
G = 46.75%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F2E614 (or 0xF2E614) is known color: Lemon. HEX triplet: F2, E6 and 14. RGB value is (242,230,20). Sum of RGB (Red+Green+Blue) = 242+230+20=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E614 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2E614 is #0D19EB. Grayscale: #D2D2D2. Windows color (decimal): -858604 or 1369842. OLE color: 1369842.

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

Color convert

RGB 242 230 20 -
CMYK 0 0.05 0.92 0.05
HSL 56.76º 0.9% 0.51% -
HSV(B) 56.76º 0.92% 0.95% -
XYZ 65.04 75.52 11.81 -
YUV 209.65 20.98 151.08 -
System Red Green Blue C M Y K H S L
Decimal 242 230 20 0 0.05 0.92 0.05 56.76 0.9 0.51
Hex F2 E6 14 0 5 5C 5 39 5A 33
Octal 362 346 24 0 5 134 5 71 132 63
Binary 11110010 11100110 10100 0 101 1011100 101 111001 1011010 110011

Color Harmonies of #F2E614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E614

Black with #F2E614

Text Example


Text Example

White with #F2E614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E614; }

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

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

background-color css

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

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

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

border-color css

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

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

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