Html Css Color HEX #FEE012 Lemon

📋 copy color: '#FEE012'

red 254 ◦ green 224 ◦ blue 18

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

Shades of Lemon #FEE012

Tints of Lemon #FEE012

RGB

 RED value IS 254 (99.61% from 255) = 51.21%

 GREEN value IS 224 (87.89% from 255) = 45.16%

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

R = 51.21%
G = 45.16%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEE012 (or 0xFEE012) is known color: Lemon. HEX triplet: FE, E0 and 12. RGB value is (254,224,18). Sum of RGB (Red+Green+Blue) = 254+224+18=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE012 is #011FED. Grayscale: #D2D2D2. Windows color (decimal): -73710 or 1237246. OLE color: 1237246.

HSL color Cylindrical-coordinate representation of color #FEE012: hue angle of 52.37º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEE012 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 224 18 -
CMYK 0 0.12 0.93 0.00
HSL 52.37º 0.99% 0.53% -
HSV(B) 52.37º 0.93% 1% -
XYZ 67.64 74.43 11.37 -
YUV 209.49 19.94 159.75 -
System Red Green Blue C M Y K H S L
Decimal 254 224 18 0 0.12 0.93 0.00 52.37 0.99 0.53
Hex FE E0 12 0 C 5D 0 34 63 35
Octal 376 340 22 0 14 135 0 64 143 65
Binary 11111110 11100000 10010 0 1100 1011101 0 110100 1100011 110101

Color Harmonies of #FEE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE012

Black with #FEE012

Text Example


Text Example

White with #FEE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE012; }

 p { color: rgb(254,224,18); }

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

background-color css

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

 a { background-color: rgb(254,224,18); }

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

border-color css

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

 span { border-color: rgb(254,224,18); }

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