Html Css Color HEX #FADD5B Mustard

📋 copy color: '#FADD5B'

red 250 ◦ green 221 ◦ blue 91

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

Shades of Mustard #FADD5B

Tints of Mustard #FADD5B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.32%

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

R = 44.48%
G = 39.32%
B = 16.19%

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

#FADD5B (or 0xFADD5B) is known color: Mustard. HEX triplet: FA, DD and 5B. RGB value is (250,221,91). Sum of RGB (Red+Green+Blue) = 250+221+91=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 91 (35.94% from 255 or 16.19% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD5B is #0522A4. Grayscale: #D7D7D7. Windows color (decimal): -336549 or 6020602. OLE color: 6020602.

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

Color convert

RGB 250 221 91 -
CMYK 0 0.12 0.64 0.02
HSL 49.06º 0.94% 0.67% -
HSV(B) 49.06º 0.64% 0.98% -
XYZ 67.17 72.79 20.41 -
YUV 214.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 250 221 91 0 0.12 0.64 0.02 49.06 0.94 0.67
Hex FA DD 5B 0 C 40 2 31 5E 43
Octal 372 335 133 0 14 100 2 61 136 103
Binary 11111010 11011101 1011011 0 1100 1000000 10 110001 1011110 1000011

Color Harmonies of #FADD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD5B

Black with #FADD5B

Text Example


Text Example

White with #FADD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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