Html Css Color HEX #FEF115 Lemon

📋 copy color: '#FEF115'

red 254 ◦ green 241 ◦ blue 21

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

Shades of Lemon #FEF115

Tints of Lemon #FEF115

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.71%

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

R = 49.22%
G = 46.71%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEF115 (or 0xFEF115) is known color: Lemon. HEX triplet: FE, F1 and 15. RGB value is (254,241,21). Sum of RGB (Red+Green+Blue) = 254+241+21=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 21 (8.59% from 255 or 4.07% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF115 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF115 is #010EEA. Grayscale: #DCDCDC. Windows color (decimal): -69355 or 1438206. OLE color: 1438206.

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

Color convert

RGB 254 241 21 -
CMYK 0 0.05 0.92 0.00
HSL 56.65º 0.99% 0.54% -
HSV(B) 56.65º 0.92% 1% -
XYZ 72.46 84.04 13.11 -
YUV 219.81 15.81 152.39 -
System Red Green Blue C M Y K H S L
Decimal 254 241 21 0 0.05 0.92 0.00 56.65 0.99 0.54
Hex FE F1 15 0 5 5C 0 39 63 36
Octal 376 361 25 0 5 134 0 71 143 66
Binary 11111110 11110001 10101 0 101 1011100 0 111001 1100011 110110

Color Harmonies of #FEF115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF115

Black with #FEF115

Text Example


Text Example

White with #FEF115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF115; }

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

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

background-color css

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

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

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

border-color css

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

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

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