Html Css Color HEX #FFD950 Mustard

📋 copy color: '#FFD950'

red 255 ◦ green 217 ◦ blue 80

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

Shades of Mustard #FFD950

Tints of Mustard #FFD950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.49%

R = 46.2%
G = 39.31%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFD950 (or 0xFFD950) is known color: Mustard. HEX triplet: FF, D9 and 50. RGB value is (255,217,80). Sum of RGB (Red+Green+Blue) = 255+217+80=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 80 (31.64% from 255 or 14.49% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD950 is #0026AF. Grayscale: #D5D5D5. Windows color (decimal): -9904 or 5298687. OLE color: 5298687.

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

Color convert

RGB 255 217 80 -
CMYK 0 0.15 0.69 0
HSL 46.97º 1% 0.66% -
HSV(B) 46.97º 0.69% 1% -
XYZ 67.5 71.46 17.83 -
YUV 212.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 255 217 80 0 0.15 0.69 0 46.97 1 0.66
Hex FF D9 50 0 F 45 0 2F 64 42
Octal 377 331 120 0 17 105 0 57 144 102
Binary 11111111 11011001 1010000 0 1111 1000101 0 101111 1100100 1000010

Color Harmonies of #FFD950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD950

Black with #FFD950

Text Example


Text Example

White with #FFD950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD950; }

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

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

background-color css

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

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

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

border-color css

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

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

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