Html Css Color HEX #FAE15D Mustard

📋 copy color: '#FAE15D'

red 250 ◦ green 225 ◦ blue 93

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

Shades of Mustard #FAE15D

Tints of Mustard #FAE15D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.61%

 BLUE value IS 93 (36.72% from 255) = 16.37%

R = 44.01%
G = 39.61%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAE15D (or 0xFAE15D) is known color: Mustard. HEX triplet: FA, E1 and 5D. RGB value is (250,225,93). Sum of RGB (Red+Green+Blue) = 250+225+93=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE15D is #051EA2. Grayscale: #D9D9D9. Windows color (decimal): -335523 or 6152698. OLE color: 6152698.

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

Color convert

RGB 250 225 93 -
CMYK 0 0.10 0.63 0.02
HSL 50.45º 0.94% 0.67% -
HSV(B) 50.45º 0.63% 0.98% -
XYZ 68.33 74.96 21.22 -
YUV 217.43 57.78 151.23 -
System Red Green Blue C M Y K H S L
Decimal 250 225 93 0 0.10 0.63 0.02 50.45 0.94 0.67
Hex FA E1 5D 0 A 3F 2 32 5E 43
Octal 372 341 135 0 12 77 2 62 136 103
Binary 11111010 11100001 1011101 0 1010 111111 10 110010 1011110 1000011

Color Harmonies of #FAE15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE15D

Black with #FAE15D

Text Example


Text Example

White with #FAE15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE15D; }

 p { color: rgb(250,225,93); }

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

background-color css

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

 a { background-color: rgb(250,225,93); }

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

border-color css

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

 span { border-color: rgb(250,225,93); }

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