Html Css Color HEX #FADD56 Mustard

📋 copy color: '#FADD56'

red 250 ◦ green 221 ◦ blue 86

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

Shades of Mustard #FADD56

Tints of Mustard #FADD56

RGB

 RED value IS 250 (98.05% from 255) = 44.88%

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

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

R = 44.88%
G = 39.68%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FADD56 (or 0xFADD56) is known color: Mustard. HEX triplet: FA, DD and 56. RGB value is (250,221,86). Sum of RGB (Red+Green+Blue) = 250+221+86=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 86 (33.98% from 255 or 15.44% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD56 is #0522A9. Grayscale: #D6D6D6. Windows color (decimal): -336554 or 5692922. OLE color: 5692922.

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

Color convert

RGB 250 221 86 -
CMYK 0 0.12 0.66 0.02
HSL 49.39º 0.94% 0.66% -
HSV(B) 49.39º 0.66% 0.98% -
XYZ 66.96 72.71 19.31 -
YUV 214.28 55.61 153.48 -
System Red Green Blue C M Y K H S L
Decimal 250 221 86 0 0.12 0.66 0.02 49.39 0.94 0.66
Hex FA DD 56 0 C 42 2 31 5E 42
Octal 372 335 126 0 14 102 2 61 136 102
Binary 11111010 11011101 1010110 0 1100 1000010 10 110001 1011110 1000010

Color Harmonies of #FADD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD56

Black with #FADD56

Text Example


Text Example

White with #FADD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD56; }

 p { color: rgb(250,221,86); }

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

background-color css

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

 a { background-color: rgb(250,221,86); }

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

border-color css

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

 span { border-color: rgb(250,221,86); }

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