Html Css Color HEX #FDD956 Mustard

📋 copy color: '#FDD956'

red 253 ◦ green 217 ◦ blue 86

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

Shades of Mustard #FDD956

Tints of Mustard #FDD956

RGB

 RED value IS 253 (99.22% from 255) = 45.5%

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

 BLUE value IS 86 (33.98% from 255) = 15.47%

R = 45.5%
G = 39.03%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDD956 (or 0xFDD956) is known color: Mustard. HEX triplet: FD, D9 and 56. RGB value is (253,217,86). Sum of RGB (Red+Green+Blue) = 253+217+86=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 86 (33.98% from 255 or 15.47% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD956 is #0226A9. Grayscale: #D5D5D5. Windows color (decimal): -140970 or 5691901. OLE color: 5691901.

HSL color Cylindrical-coordinate representation of color #FDD956: hue angle of 47.07º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDD956 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 86 -
CMYK 0 0.14 0.66 0.01
HSL 47.07º 0.98% 0.66% -
HSV(B) 47.07º 0.66% 0.99% -
XYZ 67 71.18 19.01 -
YUV 212.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 253 217 86 0 0.14 0.66 0.01 47.07 0.98 0.66
Hex FD D9 56 0 E 42 1 2F 62 42
Octal 375 331 126 0 16 102 1 57 142 102
Binary 11111101 11011001 1010110 0 1110 1000010 1 101111 1100010 1000010

Color Harmonies of #FDD956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD956

Black with #FDD956

Text Example


Text Example

White with #FDD956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD956; }

 p { color: rgb(253,217,86); }

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

background-color css

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

 a { background-color: rgb(253,217,86); }

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

border-color css

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

 span { border-color: rgb(253,217,86); }

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