Html Css Color HEX #FEDD5D Mustard

📋 copy color: '#FEDD5D'

red 254 ◦ green 221 ◦ blue 93

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

Shades of Mustard #FEDD5D

Tints of Mustard #FEDD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.91%

 BLUE value IS 93 (36.72% from 255) = 16.37%

R = 44.72%
G = 38.91%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEDD5D (or 0xFEDD5D) is known color: Mustard. HEX triplet: FE, DD and 5D. RGB value is (254,221,93). Sum of RGB (Red+Green+Blue) = 254+221+93=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 93 (36.72% from 255 or 16.37% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD5D is #0122A2. Grayscale: #D8D8D8. Windows color (decimal): -74403 or 6151678. OLE color: 6151678.

HSL color Cylindrical-coordinate representation of color #FEDD5D: hue angle of 47.7º 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 #FEDD5D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 93 -
CMYK 0 0.13 0.63 0.00
HSL 47.7º 0.99% 0.68% -
HSV(B) 47.7º 0.63% 1% -
XYZ 68.71 73.57 20.94 -
YUV 216.28 58.43 154.91 -
System Red Green Blue C M Y K H S L
Decimal 254 221 93 0 0.13 0.63 0.00 47.7 0.99 0.68
Hex FE DD 5D 0 D 3F 0 30 63 44
Octal 376 335 135 0 15 77 0 60 143 104
Binary 11111110 11011101 1011101 0 1101 111111 0 110000 1100011 1000100

Color Harmonies of #FEDD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD5D

Black with #FEDD5D

Text Example


Text Example

White with #FEDD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD5D; }

 p { color: rgb(254,221,93); }

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

background-color css

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

 a { background-color: rgb(254,221,93); }

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

border-color css

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

 span { border-color: rgb(254,221,93); }

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