Html Css Color HEX #FADD5A Mustard

📋 copy color: '#FADD5A'

red 250 ◦ green 221 ◦ blue 90

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

Shades of Mustard #FADD5A

Tints of Mustard #FADD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.04%

R = 44.56%
G = 39.39%
B = 16.04%

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

#FADD5A (or 0xFADD5A) is known color: Mustard. HEX triplet: FA, DD and 5A. RGB value is (250,221,90). Sum of RGB (Red+Green+Blue) = 250+221+90=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 90 (35.55% from 255 or 16.04% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD5A is #0522A5. Grayscale: #D7D7D7. Windows color (decimal): -336550 or 5955066. OLE color: 5955066.

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

Color convert

RGB 250 221 90 -
CMYK 0 0.12 0.64 0.02
HSL 49.13º 0.94% 0.67% -
HSV(B) 49.13º 0.64% 0.98% -
XYZ 67.13 72.78 20.18 -
YUV 214.74 57.61 153.15 -
System Red Green Blue C M Y K H S L
Decimal 250 221 90 0 0.12 0.64 0.02 49.13 0.94 0.67
Hex FA DD 5A 0 C 40 2 31 5E 43
Octal 372 335 132 0 14 100 2 61 136 103
Binary 11111010 11011101 1011010 0 1100 1000000 10 110001 1011110 1000011

Color Harmonies of #FADD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD5A

Black with #FADD5A

Text Example


Text Example

White with #FADD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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