Html Css Color HEX #FFD958 Mustard

📋 copy color: '#FFD958'

red 255 ◦ green 217 ◦ blue 88

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

Shades of Mustard #FFD958

Tints of Mustard #FFD958

RGB

 RED value IS 255 (100% from 255) = 45.54%

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

 BLUE value IS 88 (34.77% from 255) = 15.71%

R = 45.54%
G = 38.75%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFD958 (or 0xFFD958) is known color: Mustard. HEX triplet: FF, D9 and 58. RGB value is (255,217,88). Sum of RGB (Red+Green+Blue) = 255+217+88=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 88 (34.77% from 255 or 15.71% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD958 is #0026A7. Grayscale: #D6D6D6. Windows color (decimal): -9896 or 5822975. OLE color: 5822975.

HSL color Cylindrical-coordinate representation of color #FFD958: hue angle of 46.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFD958 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 255 217 88 -
CMYK 0 0.15 0.65 0
HSL 46.35º 1% 0.67% -
HSV(B) 46.35º 0.65% 1% -
XYZ 67.81 71.59 19.48 -
YUV 213.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 255 217 88 0 0.15 0.65 0 46.35 1 0.67
Hex FF D9 58 0 F 41 0 2E 64 43
Octal 377 331 130 0 17 101 0 56 144 103
Binary 11111111 11011001 1011000 0 1111 1000001 0 101110 1100100 1000011

Color Harmonies of #FFD958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD958

Black with #FFD958

Text Example


Text Example

White with #FFD958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD958; }

 p { color: rgb(255,217,88); }

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

background-color css

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

 a { background-color: rgb(255,217,88); }

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

border-color css

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

 span { border-color: rgb(255,217,88); }

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