Html Css Color HEX #FADE5B Mustard

📋 copy color: '#FADE5B'

red 250 ◦ green 222 ◦ blue 91

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

Shades of Mustard #FADE5B

Tints of Mustard #FADE5B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.43%

 BLUE value IS 91 (35.94% from 255) = 16.16%

R = 44.4%
G = 39.43%
B = 16.16%

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

#FADE5B (or 0xFADE5B) is known color: Mustard. HEX triplet: FA, DE and 5B. RGB value is (250,222,91). Sum of RGB (Red+Green+Blue) = 250+222+91=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FADE5B is #0521A4. Grayscale: #D7D7D7. Windows color (decimal): -336293 or 6020858. OLE color: 6020858.

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

Color convert

RGB 250 222 91 -
CMYK 0 0.11 0.64 0.02
HSL 49.43º 0.94% 0.67% -
HSV(B) 49.43º 0.64% 0.98% -
XYZ 67.43 73.32 20.5 -
YUV 215.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 250 222 91 0 0.11 0.64 0.02 49.43 0.94 0.67
Hex FA DE 5B 0 B 40 2 31 5E 43
Octal 372 336 133 0 13 100 2 61 136 103
Binary 11111010 11011110 1011011 0 1011 1000000 10 110001 1011110 1000011

Color Harmonies of #FADE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADE5B

Black with #FADE5B

Text Example


Text Example

White with #FADE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADE5B; }

 p { color: rgb(250,222,91); }

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

background-color css

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

 a { background-color: rgb(250,222,91); }

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

border-color css

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

 span { border-color: rgb(250,222,91); }

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