Html Css Color HEX #FEE315 Lemon

📋 copy color: '#FEE315'

red 254 ◦ green 227 ◦ blue 21

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

Shades of Lemon #FEE315

Tints of Lemon #FEE315

RGB

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

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

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

R = 50.6%
G = 45.22%
B = 4.18%

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

#FEE315 (or 0xFEE315) is known color: Lemon. HEX triplet: FE, E3 and 15. RGB value is (254,227,21). Sum of RGB (Red+Green+Blue) = 254+227+21=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 21 (8.59% from 255 or 4.18% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE315 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE315 is #011CEA. Grayscale: #D4D4D4. Windows color (decimal): -72939 or 1434622. OLE color: 1434622.

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

Color convert

RGB 254 227 21 -
CMYK 0 0.11 0.92 0.00
HSL 53.05º 0.99% 0.54% -
HSV(B) 53.05º 0.92% 1% -
XYZ 68.48 76.06 11.78 -
YUV 211.59 20.45 158.25 -
System Red Green Blue C M Y K H S L
Decimal 254 227 21 0 0.11 0.92 0.00 53.05 0.99 0.54
Hex FE E3 15 0 B 5C 0 35 63 36
Octal 376 343 25 0 13 134 0 65 143 66
Binary 11111110 11100011 10101 0 1011 1011100 0 110101 1100011 110110

Color Harmonies of #FEE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE315

Black with #FEE315

Text Example


Text Example

White with #FEE315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE315; }

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

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

background-color css

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

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

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

border-color css

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

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

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