Html Css Color HEX #FAE25A Mustard

📋 copy color: '#FAE25A'

red 250 ◦ green 226 ◦ blue 90

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

Shades of Mustard #FAE25A

Tints of Mustard #FAE25A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.93%

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

R = 44.17%
G = 39.93%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAE25A (or 0xFAE25A) is known color: Mustard. HEX triplet: FA, E2 and 5A. RGB value is (250,226,90). Sum of RGB (Red+Green+Blue) = 250+226+90=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 90 (35.55% from 255 or 15.90% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE25A is #051DA5. Grayscale: #DADADA. Windows color (decimal): -335270 or 5956346. OLE color: 5956346.

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

Color convert

RGB 250 226 90 -
CMYK 0 0.10 0.64 0.02
HSL 51º 0.94% 0.67% -
HSV(B) 51º 0.64% 0.98% -
XYZ 68.47 75.45 20.63 -
YUV 217.67 55.95 151.06 -
System Red Green Blue C M Y K H S L
Decimal 250 226 90 0 0.10 0.64 0.02 51 0.94 0.67
Hex FA E2 5A 0 A 40 2 33 5E 43
Octal 372 342 132 0 12 100 2 63 136 103
Binary 11111010 11100010 1011010 0 1010 1000000 10 110011 1011110 1000011

Color Harmonies of #FAE25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE25A

Black with #FAE25A

Text Example


Text Example

White with #FAE25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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