Html Css Color HEX #FADF53 Mustard

📋 copy color: '#FADF53'

red 250 ◦ green 223 ◦ blue 83

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

Shades of Mustard #FADF53

Tints of Mustard #FADF53

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.11%

 BLUE value IS 83 (32.81% from 255) = 14.93%

R = 44.96%
G = 40.11%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FADF53 (or 0xFADF53) is known color: Mustard. HEX triplet: FA, DF and 53. RGB value is (250,223,83). Sum of RGB (Red+Green+Blue) = 250+223+83=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 83 (32.81% from 255 or 14.93% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF53 is #0520AC. Grayscale: #D7D7D7. Windows color (decimal): -336045 or 5496826. OLE color: 5496826.

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

Color convert

RGB 250 223 83 -
CMYK 0 0.11 0.67 0.02
HSL 50.3º 0.94% 0.65% -
HSV(B) 50.3º 0.67% 0.98% -
XYZ 67.37 73.72 18.86 -
YUV 215.11 53.45 152.88 -
System Red Green Blue C M Y K H S L
Decimal 250 223 83 0 0.11 0.67 0.02 50.3 0.94 0.65
Hex FA DF 53 0 B 43 2 32 5E 41
Octal 372 337 123 0 13 103 2 62 136 101
Binary 11111010 11011111 1010011 0 1011 1000011 10 110010 1011110 1000001

Color Harmonies of #FADF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF53

Black with #FADF53

Text Example


Text Example

White with #FADF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF53; }

 p { color: rgb(250,223,83); }

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

background-color css

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

 a { background-color: rgb(250,223,83); }

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

border-color css

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

 span { border-color: rgb(250,223,83); }

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