Html Css Color HEX #FEDD59 Mustard

📋 copy color: '#FEDD59'

red 254 ◦ green 221 ◦ blue 89

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

Shades of Mustard #FEDD59

Tints of Mustard #FEDD59

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.18%

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

R = 45.04%
G = 39.18%
B = 15.78%

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

#FEDD59 (or 0xFEDD59) is known color: Mustard. HEX triplet: FE, DD and 59. RGB value is (254,221,89). Sum of RGB (Red+Green+Blue) = 254+221+89=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 89 (35.16% from 255 or 15.78% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD59 is #0122A6. Grayscale: #D8D8D8. Windows color (decimal): -74407 or 5889534. OLE color: 5889534.

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

Color convert

RGB 254 221 89 -
CMYK 0 0.13 0.65 0.00
HSL 48º 0.99% 0.67% -
HSV(B) 48º 0.65% 1% -
XYZ 68.53 73.51 20.03 -
YUV 215.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 254 221 89 0 0.13 0.65 0.00 48 0.99 0.67
Hex FE DD 59 0 D 41 0 30 63 43
Octal 376 335 131 0 15 101 0 60 143 103
Binary 11111110 11011101 1011001 0 1101 1000001 0 110000 1100011 1000011

Color Harmonies of #FEDD59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD59

Black with #FEDD59

Text Example


Text Example

White with #FEDD59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD59; }

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

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

background-color css

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

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

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

border-color css

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

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

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