Html Css Color HEX #FEE25B Mustard

📋 copy color: '#FEE25B'

red 254 ◦ green 226 ◦ blue 91

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

Shades of Mustard #FEE25B

Tints of Mustard #FEE25B

RGB

 RED value IS 254 (99.61% from 255) = 44.48%

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

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

R = 44.48%
G = 39.58%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEE25B (or 0xFEE25B) is known color: Mustard. HEX triplet: FE, E2 and 5B. RGB value is (254,226,91). Sum of RGB (Red+Green+Blue) = 254+226+91=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 91 (35.94% from 255 or 15.94% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE25B is #011DA4. Grayscale: #DBDBDB. Windows color (decimal): -73125 or 6021886. OLE color: 6021886.

HSL color Cylindrical-coordinate representation of color #FEE25B: hue angle of 49.69º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEE25B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 226 91 -
CMYK 0 0.11 0.64 0.00
HSL 49.69º 0.99% 0.68% -
HSV(B) 49.69º 0.64% 1% -
XYZ 69.96 76.22 20.92 -
YUV 218.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 254 226 91 0 0.11 0.64 0.00 49.69 0.99 0.68
Hex FE E2 5B 0 B 40 0 32 63 44
Octal 376 342 133 0 13 100 0 62 143 104
Binary 11111110 11100010 1011011 0 1011 1000000 0 110010 1100011 1000100

Color Harmonies of #FEE25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE25B

Black with #FEE25B

Text Example


Text Example

White with #FEE25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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