Html Css Color HEX #FEDC5B Mustard

📋 copy color: '#FEDC5B'

red 254 ◦ green 220 ◦ blue 91

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

Shades of Mustard #FEDC5B

Tints of Mustard #FEDC5B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

 BLUE value IS 91 (35.94% from 255) = 16.11%

R = 44.96%
G = 38.94%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEDC5B (or 0xFEDC5B) is known color: Mustard. HEX triplet: FE, DC and 5B. RGB value is (254,220,91). Sum of RGB (Red+Green+Blue) = 254+220+91=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 91 (35.94% from 255 or 16.11% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC5B is #0123A4. Grayscale: #D8D8D8. Windows color (decimal): -74661 or 6020350. OLE color: 6020350.

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

Color convert

RGB 254 220 91 -
CMYK 0 0.13 0.64 0.00
HSL 47.48º 0.99% 0.68% -
HSV(B) 47.48º 0.64% 1% -
XYZ 68.35 73.01 20.39 -
YUV 215.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 254 220 91 0 0.13 0.64 0.00 47.48 0.99 0.68
Hex FE DC 5B 0 D 40 0 2F 63 44
Octal 376 334 133 0 15 100 0 57 143 104
Binary 11111110 11011100 1011011 0 1101 1000000 0 101111 1100011 1000100

Color Harmonies of #FEDC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC5B

Black with #FEDC5B

Text Example


Text Example

White with #FEDC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC5B; }

 p { color: rgb(254,220,91); }

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

background-color css

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

 a { background-color: rgb(254,220,91); }

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

border-color css

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

 span { border-color: rgb(254,220,91); }

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