Html Css Color HEX #FEDC4D Mustard

📋 copy color: '#FEDC4D'

red 254 ◦ green 220 ◦ blue 77

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

Shades of Mustard #FEDC4D

Tints of Mustard #FEDC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.97%

R = 46.1%
G = 39.93%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEDC4D (or 0xFEDC4D) is known color: Mustard. HEX triplet: FE, DC and 4D. RGB value is (254,220,77). Sum of RGB (Red+Green+Blue) = 254+220+77=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 77 (30.47% from 255 or 13.97% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC4D is #0123B2. Grayscale: #D6D6D6. Windows color (decimal): -74675 or 5102846. OLE color: 5102846.

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

Color convert

RGB 254 220 77 -
CMYK 0 0.13 0.70 0.00
HSL 48.47º 0.99% 0.65% -
HSV(B) 48.47º 0.7% 1% -
XYZ 67.81 72.79 17.5 -
YUV 213.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 254 220 77 0 0.13 0.70 0.00 48.47 0.99 0.65
Hex FE DC 4D 0 D 46 0 30 63 41
Octal 376 334 115 0 15 106 0 60 143 101
Binary 11111110 11011100 1001101 0 1101 1000110 0 110000 1100011 1000001

Color Harmonies of #FEDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC4D

Black with #FEDC4D

Text Example


Text Example

White with #FEDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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