Html Css Color HEX #FADC5C Mustard

📋 copy color: '#FADC5C'

red 250 ◦ green 220 ◦ blue 92

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

Shades of Mustard #FADC5C

Tints of Mustard #FADC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.37%

R = 44.48%
G = 39.15%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FADC5C (or 0xFADC5C) is known color: Mustard. HEX triplet: FA, DC and 5C. RGB value is (250,220,92). Sum of RGB (Red+Green+Blue) = 250+220+92=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADC5C is #0523A3. Grayscale: #D6D6D6. Windows color (decimal): -336804 or 6085882. OLE color: 6085882.

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

Color convert

RGB 250 220 92 -
CMYK 0 0.12 0.63 0.02
HSL 48.61º 0.94% 0.67% -
HSV(B) 48.61º 0.63% 0.98% -
XYZ 66.95 72.28 20.55 -
YUV 214.38 58.94 153.41 -
System Red Green Blue C M Y K H S L
Decimal 250 220 92 0 0.12 0.63 0.02 48.61 0.94 0.67
Hex FA DC 5C 0 C 3F 2 31 5E 43
Octal 372 334 134 0 14 77 2 61 136 103
Binary 11111010 11011100 1011100 0 1100 111111 10 110001 1011110 1000011

Color Harmonies of #FADC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADC5C

Black with #FADC5C

Text Example


Text Example

White with #FADC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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