Html Css Color HEX #FAE25B Mustard

📋 copy color: '#FAE25B'

red 250 ◦ green 226 ◦ blue 91

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

Shades of Mustard #FAE25B

Tints of Mustard #FAE25B

RGB

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

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

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

R = 44.09%
G = 39.86%
B = 16.05%

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

#FAE25B (or 0xFAE25B) is known color: Mustard. HEX triplet: FA, E2 and 5B. RGB value is (250,226,91). Sum of RGB (Red+Green+Blue) = 250+226+91=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 91 (35.94% from 255 or 16.05% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE25B is #051DA4. Grayscale: #DADADA. Windows color (decimal): -335269 or 6021882. OLE color: 6021882.

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

Color convert

RGB 250 226 91 -
CMYK 0 0.10 0.64 0.02
HSL 50.94º 0.94% 0.67% -
HSV(B) 50.94º 0.64% 0.98% -
XYZ 68.51 75.47 20.85 -
YUV 217.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 250 226 91 0 0.10 0.64 0.02 50.94 0.94 0.67
Hex FA E2 5B 0 A 40 2 33 5E 43
Octal 372 342 133 0 12 100 2 63 136 103
Binary 11111010 11100010 1011011 0 1010 1000000 10 110011 1011110 1000011

Color Harmonies of #FAE25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE25B

Black with #FAE25B

Text Example


Text Example

White with #FAE25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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