Html Css Color HEX #FAE158 Mustard

📋 copy color: '#FAE158'

red 250 ◦ green 225 ◦ blue 88

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

Shades of Mustard #FAE158

Tints of Mustard #FAE158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.63%

R = 44.4%
G = 39.96%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAE158 (or 0xFAE158) is known color: Mustard. HEX triplet: FA, E1 and 58. RGB value is (250,225,88). Sum of RGB (Red+Green+Blue) = 250+225+88=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 88 (34.77% from 255 or 15.63% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE158 is #051EA7. Grayscale: #D9D9D9. Windows color (decimal): -335528 or 5825018. OLE color: 5825018.

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

Color convert

RGB 250 225 88 -
CMYK 0 0.10 0.65 0.02
HSL 50.74º 0.94% 0.66% -
HSV(B) 50.74º 0.65% 0.98% -
XYZ 68.11 74.88 20.1 -
YUV 216.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 250 225 88 0 0.10 0.65 0.02 50.74 0.94 0.66
Hex FA E1 58 0 A 41 2 33 5E 42
Octal 372 341 130 0 12 101 2 63 136 102
Binary 11111010 11100001 1011000 0 1010 1000001 10 110011 1011110 1000010

Color Harmonies of #FAE158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE158

Black with #FAE158

Text Example


Text Example

White with #FAE158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE158; }

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

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

background-color css

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

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

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

border-color css

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

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

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