Html Css Color HEX #FADF5A Mustard

📋 copy color: '#FADF5A'

red 250 ◦ green 223 ◦ blue 90

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

Shades of Mustard #FADF5A

Tints of Mustard #FADF5A

RGB

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

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

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

R = 44.4%
G = 39.61%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FADF5A (or 0xFADF5A) is known color: Mustard. HEX triplet: FA, DF and 5A. RGB value is (250,223,90). Sum of RGB (Red+Green+Blue) = 250+223+90=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 90 (35.55% from 255 or 15.99% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADF5A is #0520A5. Grayscale: #D8D8D8. Windows color (decimal): -336038 or 5955578. OLE color: 5955578.

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

Color convert

RGB 250 223 90 -
CMYK 0 0.11 0.64 0.02
HSL 49.88º 0.94% 0.67% -
HSV(B) 49.88º 0.64% 0.98% -
XYZ 67.66 73.84 20.36 -
YUV 215.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 250 223 90 0 0.11 0.64 0.02 49.88 0.94 0.67
Hex FA DF 5A 0 B 40 2 32 5E 43
Octal 372 337 132 0 13 100 2 62 136 103
Binary 11111010 11011111 1011010 0 1011 1000000 10 110010 1011110 1000011

Color Harmonies of #FADF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF5A

Black with #FADF5A

Text Example


Text Example

White with #FADF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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