Html Css Color HEX #FEDD5C Mustard

📋 copy color: '#FEDD5C'

red 254 ◦ green 221 ◦ blue 92

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

Shades of Mustard #FEDD5C

Tints of Mustard #FEDD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.23%

R = 44.8%
G = 38.98%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEDD5C (or 0xFEDD5C) is known color: Mustard. HEX triplet: FE, DD and 5C. RGB value is (254,221,92). Sum of RGB (Red+Green+Blue) = 254+221+92=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 92 (36.33% from 255 or 16.23% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD5C is #0122A3. Grayscale: #D8D8D8. Windows color (decimal): -74404 or 6086142. OLE color: 6086142.

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

Color convert

RGB 254 221 92 -
CMYK 0 0.13 0.64 0.00
HSL 47.78º 0.99% 0.68% -
HSV(B) 47.78º 0.64% 1% -
XYZ 68.66 73.56 20.7 -
YUV 216.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 254 221 92 0 0.13 0.64 0.00 47.78 0.99 0.68
Hex FE DD 5C 0 D 40 0 30 63 44
Octal 376 335 134 0 15 100 0 60 143 104
Binary 11111110 11011101 1011100 0 1101 1000000 0 110000 1100011 1000100

Color Harmonies of #FEDD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD5C

Black with #FEDD5C

Text Example


Text Example

White with #FEDD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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