Html Css Color HEX #FEDC54 Mustard

📋 copy color: '#FEDC54'

red 254 ◦ green 220 ◦ blue 84

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

Shades of Mustard #FEDC54

Tints of Mustard #FEDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.05%

R = 45.52%
G = 39.43%
B = 15.05%

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

#FEDC54 (or 0xFEDC54) is known color: Mustard. HEX triplet: FE, DC and 54. RGB value is (254,220,84). Sum of RGB (Red+Green+Blue) = 254+220+84=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 84 (33.20% from 255 or 15.05% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC54 is #0123AB. Grayscale: #D7D7D7. Windows color (decimal): -74668 or 5561598. OLE color: 5561598.

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

Color convert

RGB 254 220 84 -
CMYK 0 0.13 0.67 0.00
HSL 48º 0.99% 0.66% -
HSV(B) 48º 0.67% 1% -
XYZ 68.07 72.9 18.87 -
YUV 214.66 54.26 156.06 -
System Red Green Blue C M Y K H S L
Decimal 254 220 84 0 0.13 0.67 0.00 48 0.99 0.66
Hex FE DC 54 0 D 43 0 30 63 42
Octal 376 334 124 0 15 103 0 60 143 102
Binary 11111110 11011100 1010100 0 1101 1000011 0 110000 1100011 1000010

Color Harmonies of #FEDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC54

Black with #FEDC54

Text Example


Text Example

White with #FEDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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