Html Css Color HEX #FADC58 Mustard

📋 copy color: '#FADC58'

red 250 ◦ green 220 ◦ blue 88

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

Shades of Mustard #FADC58

Tints of Mustard #FADC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.77%

R = 44.8%
G = 39.43%
B = 15.77%

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

#FADC58 (or 0xFADC58) is known color: Mustard. HEX triplet: FA, DC and 58. RGB value is (250,220,88). Sum of RGB (Red+Green+Blue) = 250+220+88=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 88 (34.77% from 255 or 15.77% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC58 is #0523A7. Grayscale: #D6D6D6. Windows color (decimal): -336808 or 5823738. OLE color: 5823738.

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

Color convert

RGB 250 220 88 -
CMYK 0 0.12 0.65 0.02
HSL 48.89º 0.94% 0.66% -
HSV(B) 48.89º 0.65% 0.98% -
XYZ 66.78 72.21 19.65 -
YUV 213.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 250 220 88 0 0.12 0.65 0.02 48.89 0.94 0.66
Hex FA DC 58 0 C 41 2 31 5E 42
Octal 372 334 130 0 14 101 2 61 136 102
Binary 11111010 11011100 1011000 0 1100 1000001 10 110001 1011110 1000010

Color Harmonies of #FADC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC58

Black with #FADC58

Text Example


Text Example

White with #FADC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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