Html Css Color HEX #FEDD4D Mustard

📋 copy color: '#FEDD4D'

red 254 ◦ green 221 ◦ blue 77

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

Shades of Mustard #FEDD4D

Tints of Mustard #FEDD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.95%

R = 46.01%
G = 40.04%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEDD4D (or 0xFEDD4D) is known color: Mustard. HEX triplet: FE, DD and 4D. RGB value is (254,221,77). Sum of RGB (Red+Green+Blue) = 254+221+77=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 77 (30.47% from 255 or 13.95% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD4D is #0122B2. Grayscale: #D7D7D7. Windows color (decimal): -74419 or 5103102. OLE color: 5103102.

HSL color Cylindrical-coordinate representation of color #FEDD4D: hue angle of 48.81º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEDD4D is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 77 -
CMYK 0 0.13 0.70 0.00
HSL 48.81º 0.99% 0.65% -
HSV(B) 48.81º 0.7% 1% -
XYZ 68.07 73.32 17.59 -
YUV 214.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 254 221 77 0 0.13 0.70 0.00 48.81 0.99 0.65
Hex FE DD 4D 0 D 46 0 31 63 41
Octal 376 335 115 0 15 106 0 61 143 101
Binary 11111110 11011101 1001101 0 1101 1000110 0 110001 1100011 1000001

Color Harmonies of #FEDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD4D

Black with #FEDD4D

Text Example


Text Example

White with #FEDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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