Html Css Color HEX #FEE160 Mustard

📋 copy color: '#FEE160'

red 254 ◦ green 225 ◦ blue 96

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

Shades of Mustard #FEE160

Tints of Mustard #FEE160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.7%

R = 44.17%
G = 39.13%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEE160 (or 0xFEE160) is known color: Mustard. HEX triplet: FE, E1 and 60. RGB value is (254,225,96). Sum of RGB (Red+Green+Blue) = 254+225+96=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 96 (37.89% from 255 or 16.70% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE160 is #011E9F. Grayscale: #DBDBDB. Windows color (decimal): -73376 or 6349310. OLE color: 6349310.

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

Color convert

RGB 254 225 96 -
CMYK 0 0.11 0.62 0.00
HSL 48.99º 0.99% 0.69% -
HSV(B) 48.99º 0.62% 1% -
XYZ 69.91 75.77 22.01 -
YUV 218.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 254 225 96 0 0.11 0.62 0.00 48.99 0.99 0.69
Hex FE E1 60 0 B 3E 0 31 63 45
Octal 376 341 140 0 13 76 0 61 143 105
Binary 11111110 11100001 1100000 0 1011 111110 0 110001 1100011 1000101

Color Harmonies of #FEE160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE160

Black with #FEE160

Text Example


Text Example

White with #FEE160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE160; }

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

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

background-color css

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

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

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

border-color css

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

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

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