Html Css Color HEX #FEDC5A Mustard

📋 copy color: '#FEDC5A'

red 254 ◦ green 220 ◦ blue 90

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

Shades of Mustard #FEDC5A

Tints of Mustard #FEDC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.96%

R = 45.04%
G = 39.01%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEDC5A (or 0xFEDC5A) is known color: Mustard. HEX triplet: FE, DC and 5A. RGB value is (254,220,90). Sum of RGB (Red+Green+Blue) = 254+220+90=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 90 (35.55% from 255 or 15.96% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC5A is #0123A5. Grayscale: #D7D7D7. Windows color (decimal): -74662 or 5954814. OLE color: 5954814.

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

Color convert

RGB 254 220 90 -
CMYK 0 0.13 0.65 0.00
HSL 47.56º 0.99% 0.67% -
HSV(B) 47.56º 0.65% 1% -
XYZ 68.31 73 20.16 -
YUV 215.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 254 220 90 0 0.13 0.65 0.00 47.56 0.99 0.67
Hex FE DC 5A 0 D 41 0 30 63 43
Octal 376 334 132 0 15 101 0 60 143 103
Binary 11111110 11011100 1011010 0 1101 1000001 0 110000 1100011 1000011

Color Harmonies of #FEDC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC5A

Black with #FEDC5A

Text Example


Text Example

White with #FEDC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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