Html Css Color HEX #F2E512 Lemon

📋 copy color: '#F2E512'

red 242 ◦ green 229 ◦ blue 18

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

Shades of Lemon #F2E512

Tints of Lemon #F2E512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.83%

 BLUE value IS 18 (7.42% from 255) = 3.68%

R = 49.49%
G = 46.83%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F2E512 (or 0xF2E512) is known color: Lemon. HEX triplet: F2, E5 and 12. RGB value is (242,229,18). Sum of RGB (Red+Green+Blue) = 242+229+18=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E512 is #0D1AED. Grayscale: #D1D1D1. Windows color (decimal): -858862 or 1238514. OLE color: 1238514.

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

Color convert

RGB 242 229 18 -
CMYK 0 0.05 0.93 0.05
HSL 56.52º 0.9% 0.51% -
HSV(B) 56.52º 0.93% 0.95% -
XYZ 64.75 74.96 11.63 -
YUV 208.83 20.31 151.66 -
System Red Green Blue C M Y K H S L
Decimal 242 229 18 0 0.05 0.93 0.05 56.52 0.9 0.51
Hex F2 E5 12 0 5 5D 5 39 5A 33
Octal 362 345 22 0 5 135 5 71 132 63
Binary 11110010 11100101 10010 0 101 1011101 101 111001 1011010 110011

Color Harmonies of #F2E512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E512

Black with #F2E512

Text Example


Text Example

White with #F2E512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E512; }

 p { color: rgb(242,229,18); }

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

background-color css

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

 a { background-color: rgb(242,229,18); }

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

border-color css

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

 span { border-color: rgb(242,229,18); }

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