Html Css Color HEX #F2E314 Lemon

📋 copy color: '#F2E314'

red 242 ◦ green 227 ◦ blue 20

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

Shades of Lemon #F2E314

Tints of Lemon #F2E314

RGB

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

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

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

R = 49.49%
G = 46.42%
B = 4.09%

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

#F2E314 (or 0xF2E314) is known color: Lemon. HEX triplet: F2, E3 and 14. RGB value is (242,227,20). Sum of RGB (Red+Green+Blue) = 242+227+20=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E314 is #0D1CEB. Grayscale: #D0D0D0. Windows color (decimal): -859372 or 1369074. OLE color: 1369074.

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

Color convert

RGB 242 227 20 -
CMYK 0 0.06 0.92 0.05
HSL 55.95º 0.9% 0.51% -
HSV(B) 55.95º 0.92% 0.95% -
XYZ 64.21 73.87 11.53 -
YUV 207.89 21.97 152.33 -
System Red Green Blue C M Y K H S L
Decimal 242 227 20 0 0.06 0.92 0.05 55.95 0.9 0.51
Hex F2 E3 14 0 6 5C 5 38 5A 33
Octal 362 343 24 0 6 134 5 70 132 63
Binary 11110010 11100011 10100 0 110 1011100 101 111000 1011010 110011

Color Harmonies of #F2E314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E314

Black with #F2E314

Text Example


Text Example

White with #F2E314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E314; }

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

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

background-color css

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

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

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

border-color css

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

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

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