Html Css Color HEX #FEE15F Mustard

📋 copy color: '#FEE15F'

red 254 ◦ green 225 ◦ blue 95

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

Shades of Mustard #FEE15F

Tints of Mustard #FEE15F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.2%

 BLUE value IS 95 (37.5% from 255) = 16.55%

R = 44.25%
G = 39.2%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEE15F (or 0xFEE15F) is known color: Mustard. HEX triplet: FE, E1 and 5F. RGB value is (254,225,95). Sum of RGB (Red+Green+Blue) = 254+225+95=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 95 (37.5% from 255 or 16.55% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE15F is #011EA0. Grayscale: #DBDBDB. Windows color (decimal): -73377 or 6283774. OLE color: 6283774.

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

Color convert

RGB 254 225 95 -
CMYK 0 0.11 0.63 0.00
HSL 49.06º 0.99% 0.68% -
HSV(B) 49.06º 0.63% 1% -
XYZ 69.86 75.75 21.76 -
YUV 218.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 254 225 95 0 0.11 0.63 0.00 49.06 0.99 0.68
Hex FE E1 5F 0 B 3F 0 31 63 44
Octal 376 341 137 0 13 77 0 61 143 104
Binary 11111110 11100001 1011111 0 1011 111111 0 110001 1100011 1000100

Color Harmonies of #FEE15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE15F

Black with #FEE15F

Text Example


Text Example

White with #FEE15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE15F; }

 p { color: rgb(254,225,95); }

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

background-color css

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

 a { background-color: rgb(254,225,95); }

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

border-color css

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

 span { border-color: rgb(254,225,95); }

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