Html Css Color HEX #FADB57 Mustard

📋 copy color: '#FADB57'

red 250 ◦ green 219 ◦ blue 87

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

Shades of Mustard #FADB57

Tints of Mustard #FADB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.65%

R = 44.96%
G = 39.39%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FADB57 (or 0xFADB57) is known color: Mustard. HEX triplet: FA, DB and 57. RGB value is (250,219,87). Sum of RGB (Red+Green+Blue) = 250+219+87=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 87 (34.38% from 255 or 15.65% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB57 is #0524A8. Grayscale: #D5D5D5. Windows color (decimal): -337065 or 5757946. OLE color: 5757946.

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

Color convert

RGB 250 219 87 -
CMYK 0 0.12 0.65 0.02
HSL 48.59º 0.94% 0.66% -
HSV(B) 48.59º 0.65% 0.98% -
XYZ 66.48 71.68 19.35 -
YUV 213.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 250 219 87 0 0.12 0.65 0.02 48.59 0.94 0.66
Hex FA DB 57 0 C 41 2 31 5E 42
Octal 372 333 127 0 14 101 2 61 136 102
Binary 11111010 11011011 1010111 0 1100 1000001 10 110001 1011110 1000010

Color Harmonies of #FADB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB57

Black with #FADB57

Text Example


Text Example

White with #FADB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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