Html Css Color HEX #FEDC55 Mustard

📋 copy color: '#FEDC55'

red 254 ◦ green 220 ◦ blue 85

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

Shades of Mustard #FEDC55

Tints of Mustard #FEDC55

RGB

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

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

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

R = 45.44%
G = 39.36%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEDC55 (or 0xFEDC55) is known color: Mustard. HEX triplet: FE, DC and 55. RGB value is (254,220,85). Sum of RGB (Red+Green+Blue) = 254+220+85=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 85 (33.59% from 255 or 15.21% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC55 is #0123AA. Grayscale: #D7D7D7. Windows color (decimal): -74667 or 5627134. OLE color: 5627134.

HSL color Cylindrical-coordinate representation of color #FEDC55: hue angle of 47.93º 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 #FEDC55 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 85 -
CMYK 0 0.13 0.67 0.00
HSL 47.93º 0.99% 0.66% -
HSV(B) 47.93º 0.67% 1% -
XYZ 68.11 72.91 19.08 -
YUV 214.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 254 220 85 0 0.13 0.67 0.00 47.93 0.99 0.66
Hex FE DC 55 0 D 43 0 30 63 42
Octal 376 334 125 0 15 103 0 60 143 102
Binary 11111110 11011100 1010101 0 1101 1000011 0 110000 1100011 1000010

Color Harmonies of #FEDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC55

Black with #FEDC55

Text Example


Text Example

White with #FEDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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