Html Css Color HEX #FADC54 Mustard

📋 copy color: '#FADC54'

red 250 ◦ green 220 ◦ blue 84

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

Shades of Mustard #FADC54

Tints of Mustard #FADC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.16%

R = 45.13%
G = 39.71%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FADC54 (or 0xFADC54) is known color: Mustard. HEX triplet: FA, DC and 54. RGB value is (250,220,84). Sum of RGB (Red+Green+Blue) = 250+220+84=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 84 (33.20% from 255 or 15.16% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC54 is #0523AB. Grayscale: #D6D6D6. Windows color (decimal): -336812 or 5561594. OLE color: 5561594.

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

Color convert

RGB 250 220 84 -
CMYK 0 0.12 0.66 0.02
HSL 49.16º 0.94% 0.65% -
HSV(B) 49.16º 0.66% 0.98% -
XYZ 66.62 72.15 18.8 -
YUV 213.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 250 220 84 0 0.12 0.66 0.02 49.16 0.94 0.65
Hex FA DC 54 0 C 42 2 31 5E 41
Octal 372 334 124 0 14 102 2 61 136 101
Binary 11111010 11011100 1010100 0 1100 1000010 10 110001 1011110 1000001

Color Harmonies of #FADC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC54

Black with #FADC54

Text Example


Text Example

White with #FADC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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