Html Css Color HEX #FADA57 Mustard

📋 copy color: '#FADA57'

red 250 ◦ green 218 ◦ blue 87

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

Shades of Mustard #FADA57

Tints of Mustard #FADA57

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.28%

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

R = 45.05%
G = 39.28%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FADA57 (or 0xFADA57) is known color: Mustard. HEX triplet: FA, DA and 57. RGB value is (250,218,87). Sum of RGB (Red+Green+Blue) = 250+218+87=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 87 (34.38% from 255 or 15.68% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FADA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADA57 is #0525A8. Grayscale: #D5D5D5. Windows color (decimal): -337321 or 5757690. OLE color: 5757690.

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

Color convert

RGB 250 218 87 -
CMYK 0 0.13 0.65 0.02
HSL 48.22º 0.94% 0.66% -
HSV(B) 48.22º 0.65% 0.98% -
XYZ 66.22 71.15 19.26 -
YUV 212.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 250 218 87 0 0.13 0.65 0.02 48.22 0.94 0.66
Hex FA DA 57 0 D 41 2 30 5E 42
Octal 372 332 127 0 15 101 2 60 136 102
Binary 11111010 11011010 1010111 0 1101 1000001 10 110000 1011110 1000010

Color Harmonies of #FADA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADA57

Black with #FADA57

Text Example


Text Example

White with #FADA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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