Html Css Color HEX #FED959 Mustard

📋 copy color: '#FED959'

red 254 ◦ green 217 ◦ blue 89

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

Shades of Mustard #FED959

Tints of Mustard #FED959

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.75%

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

R = 45.36%
G = 38.75%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FED959 (or 0xFED959) is known color: Mustard. HEX triplet: FE, D9 and 59. RGB value is (254,217,89). Sum of RGB (Red+Green+Blue) = 254+217+89=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 89 (35.16% from 255 or 15.89% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FED959 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED959 is #0126A6. Grayscale: #D6D6D6. Windows color (decimal): -75431 or 5888510. OLE color: 5888510.

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

Color convert

RGB 254 217 89 -
CMYK 0 0.15 0.65 0.00
HSL 46.55º 0.99% 0.67% -
HSV(B) 46.55º 0.65% 1% -
XYZ 67.49 71.42 19.68 -
YUV 213.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 254 217 89 0 0.15 0.65 0.00 46.55 0.99 0.67
Hex FE D9 59 0 F 41 0 2F 63 43
Octal 376 331 131 0 17 101 0 57 143 103
Binary 11111110 11011001 1011001 0 1111 1000001 0 101111 1100011 1000011

Color Harmonies of #FED959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED959

Black with #FED959

Text Example


Text Example

White with #FED959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED959; }

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

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

background-color css

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

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

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

border-color css

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

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

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