Html Css Color HEX #FEE015 Lemon

📋 copy color: '#FEE015'

red 254 ◦ green 224 ◦ blue 21

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

Shades of Lemon #FEE015

Tints of Lemon #FEE015

RGB

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

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

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

R = 50.9%
G = 44.89%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEE015 (or 0xFEE015) is known color: Lemon. HEX triplet: FE, E0 and 15. RGB value is (254,224,21). Sum of RGB (Red+Green+Blue) = 254+224+21=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE015 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE015 is #011FEA. Grayscale: #D2D2D2. Windows color (decimal): -73707 or 1433854. OLE color: 1433854.

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

Color convert

RGB 254 224 21 -
CMYK 0 0.12 0.92 0.00
HSL 52.27º 0.99% 0.54% -
HSV(B) 52.27º 0.92% 1% -
XYZ 67.66 74.44 11.51 -
YUV 209.83 21.44 159.51 -
System Red Green Blue C M Y K H S L
Decimal 254 224 21 0 0.12 0.92 0.00 52.27 0.99 0.54
Hex FE E0 15 0 C 5C 0 34 63 36
Octal 376 340 25 0 14 134 0 64 143 66
Binary 11111110 11100000 10101 0 1100 1011100 0 110100 1100011 110110

Color Harmonies of #FEE015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE015

Black with #FEE015

Text Example


Text Example

White with #FEE015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE015; }

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

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

background-color css

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

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

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

border-color css

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

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

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