Html Css Color HEX #FADB5A Mustard

📋 copy color: '#FADB5A'

red 250 ◦ green 219 ◦ blue 90

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

Shades of Mustard #FADB5A

Tints of Mustard #FADB5A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.18%

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

R = 44.72%
G = 39.18%
B = 16.1%

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

#FADB5A (or 0xFADB5A) is known color: Mustard. HEX triplet: FA, DB and 5A. RGB value is (250,219,90). Sum of RGB (Red+Green+Blue) = 250+219+90=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 90 (35.55% from 255 or 16.10% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADB5A is #0524A5. Grayscale: #D6D6D6. Windows color (decimal): -337062 or 5954554. OLE color: 5954554.

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

Color convert

RGB 250 219 90 -
CMYK 0 0.12 0.64 0.02
HSL 48.38º 0.94% 0.67% -
HSV(B) 48.38º 0.64% 0.98% -
XYZ 66.6 71.73 20.01 -
YUV 213.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 250 219 90 0 0.12 0.64 0.02 48.38 0.94 0.67
Hex FA DB 5A 0 C 40 2 30 5E 43
Octal 372 333 132 0 14 100 2 60 136 103
Binary 11111010 11011011 1011010 0 1100 1000000 10 110000 1011110 1000011

Color Harmonies of #FADB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADB5A

Black with #FADB5A

Text Example


Text Example

White with #FADB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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