Html Css Color HEX #FFE25A Mustard

📋 copy color: '#FFE25A'

red 255 ◦ green 226 ◦ blue 90

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

Shades of Mustard #FFE25A

Tints of Mustard #FFE25A

RGB

 RED value IS 255 (100% from 255) = 44.66%

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

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

R = 44.66%
G = 39.58%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFE25A (or 0xFFE25A) is known color: Mustard. HEX triplet: FF, E2 and 5A. RGB value is (255,226,90). Sum of RGB (Red+Green+Blue) = 255+226+90=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 90 (35.55% from 255 or 15.76% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE25A is #001DA5. Grayscale: #DBDBDB. Windows color (decimal): -7590 or 5956351. OLE color: 5956351.

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

Color convert

RGB 255 226 90 -
CMYK 0 0.11 0.65 0
HSL 49.45º 1% 0.68% -
HSV(B) 49.45º 0.65% 1% -
XYZ 70.28 76.39 20.71 -
YUV 219.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 255 226 90 0 0.11 0.65 0 49.45 1 0.68
Hex FF E2 5A 0 B 41 0 31 64 44
Octal 377 342 132 0 13 101 0 61 144 104
Binary 11111111 11100010 1011010 0 1011 1000001 0 110001 1100100 1000100

Color Harmonies of #FFE25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE25A

Black with #FFE25A

Text Example


Text Example

White with #FFE25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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