Html Css Color HEX #FEE215 Lemon

📋 copy color: '#FEE215'

red 254 ◦ green 226 ◦ blue 21

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

Shades of Lemon #FEE215

Tints of Lemon #FEE215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.11%

 BLUE value IS 21 (8.59% from 255) = 4.19%

R = 50.7%
G = 45.11%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEE215 (or 0xFEE215) is known color: Lemon. HEX triplet: FE, E2 and 15. RGB value is (254,226,21). Sum of RGB (Red+Green+Blue) = 254+226+21=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 21 (8.59% from 255 or 4.19% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE215 is #011DEA. Grayscale: #D3D3D3. Windows color (decimal): -73195 or 1434366. OLE color: 1434366.

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

Color convert

RGB 254 226 21 -
CMYK 0 0.11 0.92 0.00
HSL 52.79º 0.99% 0.54% -
HSV(B) 52.79º 0.92% 1% -
XYZ 68.2 75.52 11.69 -
YUV 211 20.78 158.67 -
System Red Green Blue C M Y K H S L
Decimal 254 226 21 0 0.11 0.92 0.00 52.79 0.99 0.54
Hex FE E2 15 0 B 5C 0 35 63 36
Octal 376 342 25 0 13 134 0 65 143 66
Binary 11111110 11100010 10101 0 1011 1011100 0 110101 1100011 110110

Color Harmonies of #FEE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE215

Black with #FEE215

Text Example


Text Example

White with #FEE215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE215; }

 p { color: rgb(254,226,21); }

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

background-color css

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

 a { background-color: rgb(254,226,21); }

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

border-color css

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

 span { border-color: rgb(254,226,21); }

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