Html Css Color HEX #FEDD4E Mustard

📋 copy color: '#FEDD4E'

red 254 ◦ green 221 ◦ blue 78

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

Shades of Mustard #FEDD4E

Tints of Mustard #FEDD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.1%

R = 45.93%
G = 39.96%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEDD4E (or 0xFEDD4E) is known color: Mustard. HEX triplet: FE, DD and 4E. RGB value is (254,221,78). Sum of RGB (Red+Green+Blue) = 254+221+78=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 78 (30.86% from 255 or 14.10% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD4E is #0122B1. Grayscale: #D7D7D7. Windows color (decimal): -74418 or 5168638. OLE color: 5168638.

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

Color convert

RGB 254 221 78 -
CMYK 0 0.13 0.69 0.00
HSL 48.75º 0.99% 0.65% -
HSV(B) 48.75º 0.69% 1% -
XYZ 68.1 73.33 17.77 -
YUV 214.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 254 221 78 0 0.13 0.69 0.00 48.75 0.99 0.65
Hex FE DD 4E 0 D 45 0 31 63 41
Octal 376 335 116 0 15 105 0 61 143 101
Binary 11111110 11011101 1001110 0 1101 1000101 0 110001 1100011 1000001

Color Harmonies of #FEDD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD4E

Black with #FEDD4E

Text Example


Text Example

White with #FEDD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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