Html Css Color HEX #FEDC59 Mustard

📋 copy color: '#FEDC59'

red 254 ◦ green 220 ◦ blue 89

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

Shades of Mustard #FEDC59

Tints of Mustard #FEDC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 15.81%

R = 45.12%
G = 39.08%
B = 15.81%

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

#FEDC59 (or 0xFEDC59) is known color: Mustard. HEX triplet: FE, DC and 59. RGB value is (254,220,89). Sum of RGB (Red+Green+Blue) = 254+220+89=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 89 (35.16% from 255 or 15.81% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC59 is #0123A6. Grayscale: #D7D7D7. Windows color (decimal): -74663 or 5889278. OLE color: 5889278.

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

Color convert

RGB 254 220 89 -
CMYK 0 0.13 0.65 0.00
HSL 47.64º 0.99% 0.67% -
HSV(B) 47.64º 0.65% 1% -
XYZ 68.27 72.98 19.94 -
YUV 215.23 56.76 155.65 -
System Red Green Blue C M Y K H S L
Decimal 254 220 89 0 0.13 0.65 0.00 47.64 0.99 0.67
Hex FE DC 59 0 D 41 0 30 63 43
Octal 376 334 131 0 15 101 0 60 143 103
Binary 11111110 11011100 1011001 0 1101 1000001 0 110000 1100011 1000011

Color Harmonies of #FEDC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC59

Black with #FEDC59

Text Example


Text Example

White with #FEDC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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