Html Css Color HEX #FAE357 Mustard

📋 copy color: '#FAE357'

red 250 ◦ green 227 ◦ blue 87

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

Shades of Mustard #FAE357

Tints of Mustard #FAE357

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.25%

 BLUE value IS 87 (34.38% from 255) = 15.43%

R = 44.33%
G = 40.25%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAE357 (or 0xFAE357) is known color: Mustard. HEX triplet: FA, E3 and 57. RGB value is (250,227,87). Sum of RGB (Red+Green+Blue) = 250+227+87=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 87 (34.38% from 255 or 15.43% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE357 is #051CA8. Grayscale: #DADADA. Windows color (decimal): -335017 or 5759994. OLE color: 5759994.

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

Color convert

RGB 250 227 87 -
CMYK 0 0.09 0.65 0.02
HSL 51.53º 0.94% 0.66% -
HSV(B) 51.53º 0.65% 0.98% -
XYZ 68.61 75.95 20.06 -
YUV 217.92 54.12 150.88 -
System Red Green Blue C M Y K H S L
Decimal 250 227 87 0 0.09 0.65 0.02 51.53 0.94 0.66
Hex FA E3 57 0 9 41 2 34 5E 42
Octal 372 343 127 0 11 101 2 64 136 102
Binary 11111010 11100011 1010111 0 1001 1000001 10 110100 1011110 1000010

Color Harmonies of #FAE357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE357

Black with #FAE357

Text Example


Text Example

White with #FAE357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE357; }

 p { color: rgb(250,227,87); }

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

background-color css

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

 a { background-color: rgb(250,227,87); }

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

border-color css

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

 span { border-color: rgb(250,227,87); }

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