Html Css Color HEX #FADC5B Mustard

📋 copy color: '#FADC5B'

red 250 ◦ green 220 ◦ blue 91

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

Shades of Mustard #FADC5B

Tints of Mustard #FADC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.22%

R = 44.56%
G = 39.22%
B = 16.22%

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

#FADC5B (or 0xFADC5B) is known color: Mustard. HEX triplet: FA, DC and 5B. RGB value is (250,220,91). Sum of RGB (Red+Green+Blue) = 250+220+91=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 91 (35.94% from 255 or 16.22% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC5B is #0523A4. Grayscale: #D6D6D6. Windows color (decimal): -336805 or 6020346. OLE color: 6020346.

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

Color convert

RGB 250 220 91 -
CMYK 0 0.12 0.64 0.02
HSL 48.68º 0.94% 0.67% -
HSV(B) 48.68º 0.64% 0.98% -
XYZ 66.91 72.27 20.32 -
YUV 214.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 250 220 91 0 0.12 0.64 0.02 48.68 0.94 0.67
Hex FA DC 5B 0 C 40 2 31 5E 43
Octal 372 334 133 0 14 100 2 61 136 103
Binary 11111010 11011100 1011011 0 1100 1000000 10 110001 1011110 1000011

Color Harmonies of #FADC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC5B

Black with #FADC5B

Text Example


Text Example

White with #FADC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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