Html Css Color HEX #FADD57 Mustard

📋 copy color: '#FADD57'

red 250 ◦ green 221 ◦ blue 87

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

Shades of Mustard #FADD57

Tints of Mustard #FADD57

RGB

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

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

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

R = 44.8%
G = 39.61%
B = 15.59%

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

#FADD57 (or 0xFADD57) is known color: Mustard. HEX triplet: FA, DD and 57. RGB value is (250,221,87). Sum of RGB (Red+Green+Blue) = 250+221+87=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 87 (34.38% from 255 or 15.59% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADD57 is #0522A8. Grayscale: #D6D6D6. Windows color (decimal): -336553 or 5758458. OLE color: 5758458.

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

Color convert

RGB 250 221 87 -
CMYK 0 0.12 0.65 0.02
HSL 49.33º 0.94% 0.66% -
HSV(B) 49.33º 0.65% 0.98% -
XYZ 67 72.73 19.52 -
YUV 214.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 250 221 87 0 0.12 0.65 0.02 49.33 0.94 0.66
Hex FA DD 57 0 C 41 2 31 5E 42
Octal 372 335 127 0 14 101 2 61 136 102
Binary 11111010 11011101 1010111 0 1100 1000001 10 110001 1011110 1000010

Color Harmonies of #FADD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD57

Black with #FADD57

Text Example


Text Example

White with #FADD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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