Html Css Color HEX #FADC59 Mustard

📋 copy color: '#FADC59'

red 250 ◦ green 220 ◦ blue 89

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

Shades of Mustard #FADC59

Tints of Mustard #FADC59

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.36%

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

R = 44.72%
G = 39.36%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FADC59 (or 0xFADC59) is known color: Mustard. HEX triplet: FA, DC and 59. RGB value is (250,220,89). Sum of RGB (Red+Green+Blue) = 250+220+89=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 89 (35.16% from 255 or 15.92% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC59 is #0523A6. Grayscale: #D6D6D6. Windows color (decimal): -336807 or 5889274. OLE color: 5889274.

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

Color convert

RGB 250 220 89 -
CMYK 0 0.12 0.64 0.02
HSL 48.82º 0.94% 0.66% -
HSV(B) 48.82º 0.64% 0.98% -
XYZ 66.82 72.23 19.87 -
YUV 214.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 250 220 89 0 0.12 0.64 0.02 48.82 0.94 0.66
Hex FA DC 59 0 C 40 2 31 5E 42
Octal 372 334 131 0 14 100 2 61 136 102
Binary 11111010 11011100 1011001 0 1100 1000000 10 110001 1011110 1000010

Color Harmonies of #FADC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC59

Black with #FADC59

Text Example


Text Example

White with #FADC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC59; }

 p { color: rgb(250,220,89); }

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

background-color css

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

 a { background-color: rgb(250,220,89); }

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

border-color css

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

 span { border-color: rgb(250,220,89); }

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