Html Css Color HEX #FEE41F Lemon

📋 copy color: '#FEE41F'

red 254 ◦ green 228 ◦ blue 31

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

Shades of Lemon #FEE41F

Tints of Lemon #FEE41F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.44%

 BLUE value IS 31 (12.5% from 255) = 6.04%

R = 49.51%
G = 44.44%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FEE41F (or 0xFEE41F) is known color: Lemon. HEX triplet: FE, E4 and 1F. RGB value is (254,228,31). Sum of RGB (Red+Green+Blue) = 254+228+31=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 31 (12.5% from 255 or 6.04% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE41F is #011BE0. Grayscale: #D6D6D6. Windows color (decimal): -72673 or 2090238. OLE color: 2090238.

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

Color convert

RGB 254 228 31 -
CMYK 0 0.10 0.88 0.00
HSL 53º 0.99% 0.56% -
HSV(B) 53º 0.88% 1% -
XYZ 68.86 76.66 12.46 -
YUV 213.32 25.11 157.02 -
System Red Green Blue C M Y K H S L
Decimal 254 228 31 0 0.10 0.88 0.00 53 0.99 0.56
Hex FE E4 1F 0 A 58 0 35 63 38
Octal 376 344 37 0 12 130 0 65 143 70
Binary 11111110 11100100 11111 0 1010 1011000 0 110101 1100011 111000

Color Harmonies of #FEE41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE41F

Black with #FEE41F

Text Example


Text Example

White with #FEE41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE41F; }

 p { color: rgb(254,228,31); }

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

background-color css

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

 a { background-color: rgb(254,228,31); }

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

border-color css

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

 span { border-color: rgb(254,228,31); }

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