Html Css Color HEX #FEDF5E Mustard

📋 copy color: '#FEDF5E'

red 254 ◦ green 223 ◦ blue 94

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

Shades of Mustard #FEDF5E

Tints of Mustard #FEDF5E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.05%

 BLUE value IS 94 (37.11% from 255) = 16.46%

R = 44.48%
G = 39.05%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEDF5E (or 0xFEDF5E) is known color: Mustard. HEX triplet: FE, DF and 5E. RGB value is (254,223,94). Sum of RGB (Red+Green+Blue) = 254+223+94=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 94 (37.11% from 255 or 16.46% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF5E is #0120A1. Grayscale: #DADADA. Windows color (decimal): -73890 or 6217726. OLE color: 6217726.

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

Color convert

RGB 254 223 94 -
CMYK 0 0.12 0.63 0.00
HSL 48.38º 0.99% 0.68% -
HSV(B) 48.38º 0.63% 1% -
XYZ 69.28 74.65 21.35 -
YUV 217.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 254 223 94 0 0.12 0.63 0.00 48.38 0.99 0.68
Hex FE DF 5E 0 C 3F 0 30 63 44
Octal 376 337 136 0 14 77 0 60 143 104
Binary 11111110 11011111 1011110 0 1100 111111 0 110000 1100011 1000100

Color Harmonies of #FEDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF5E

Black with #FEDF5E

Text Example


Text Example

White with #FEDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF5E; }

 p { color: rgb(254,223,94); }

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

background-color css

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

 a { background-color: rgb(254,223,94); }

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

border-color css

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

 span { border-color: rgb(254,223,94); }

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