Html Css Color HEX #FEE355 Mustard

📋 copy color: '#FEE355'

red 254 ◦ green 227 ◦ blue 85

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

Shades of Mustard #FEE355

Tints of Mustard #FEE355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 15.02%

R = 44.88%
G = 40.11%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEE355 (or 0xFEE355) is known color: Mustard. HEX triplet: FE, E3 and 55. RGB value is (254,227,85). Sum of RGB (Red+Green+Blue) = 254+227+85=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 85 (33.59% from 255 or 15.02% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE355 is #011CAA. Grayscale: #DBDBDB. Windows color (decimal): -72875 or 5628926. OLE color: 5628926.

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

Color convert

RGB 254 227 85 -
CMYK 0 0.11 0.67 0.00
HSL 50.41º 0.99% 0.66% -
HSV(B) 50.41º 0.67% 1% -
XYZ 69.98 76.66 19.7 -
YUV 218.89 52.45 153.05 -
System Red Green Blue C M Y K H S L
Decimal 254 227 85 0 0.11 0.67 0.00 50.41 0.99 0.66
Hex FE E3 55 0 B 43 0 32 63 42
Octal 376 343 125 0 13 103 0 62 143 102
Binary 11111110 11100011 1010101 0 1011 1000011 0 110010 1100011 1000010

Color Harmonies of #FEE355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE355

Black with #FEE355

Text Example


Text Example

White with #FEE355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE355; }

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

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

background-color css

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

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

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

border-color css

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

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

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