Html Css Color HEX #FADB59 Mustard

📋 copy color: '#FADB59'

red 250 ◦ green 219 ◦ blue 89

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

Shades of Mustard #FADB59

Tints of Mustard #FADB59

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

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

R = 44.8%
G = 39.25%
B = 15.95%

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

#FADB59 (or 0xFADB59) is known color: Mustard. HEX triplet: FA, DB and 59. RGB value is (250,219,89). Sum of RGB (Red+Green+Blue) = 250+219+89=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 89 (35.16% from 255 or 15.95% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB59 is #0524A6. Grayscale: #D5D5D5. Windows color (decimal): -337063 or 5889018. OLE color: 5889018.

HSL color Cylindrical-coordinate representation of color #FADB59: hue angle of 48.45º 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 #FADB59 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 89 -
CMYK 0 0.12 0.64 0.02
HSL 48.45º 0.94% 0.66% -
HSV(B) 48.45º 0.64% 0.98% -
XYZ 66.56 71.71 19.78 -
YUV 213.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 250 219 89 0 0.12 0.64 0.02 48.45 0.94 0.66
Hex FA DB 59 0 C 40 2 30 5E 42
Octal 372 333 131 0 14 100 2 60 136 102
Binary 11111010 11011011 1011001 0 1100 1000000 10 110000 1011110 1000010

Color Harmonies of #FADB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB59

Black with #FADB59

Text Example


Text Example

White with #FADB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB59; }

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

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

background-color css

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

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

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

border-color css

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

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

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