Html Css Color HEX #FEDC56 Mustard

📋 copy color: '#FEDC56'

red 254 ◦ green 220 ◦ blue 86

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

Shades of Mustard #FEDC56

Tints of Mustard #FEDC56

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.29%

 BLUE value IS 86 (33.98% from 255) = 15.36%

R = 45.36%
G = 39.29%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEDC56 (or 0xFEDC56) is known color: Mustard. HEX triplet: FE, DC and 56. RGB value is (254,220,86). Sum of RGB (Red+Green+Blue) = 254+220+86=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 86 (33.98% from 255 or 15.36% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC56 is #0123A9. Grayscale: #D7D7D7. Windows color (decimal): -74666 or 5692670. OLE color: 5692670.

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

Color convert

RGB 254 220 86 -
CMYK 0 0.13 0.66 0.00
HSL 47.86º 0.99% 0.67% -
HSV(B) 47.86º 0.66% 1% -
XYZ 68.15 72.93 19.29 -
YUV 214.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 254 220 86 0 0.13 0.66 0.00 47.86 0.99 0.67
Hex FE DC 56 0 D 42 0 30 63 43
Octal 376 334 126 0 15 102 0 60 143 103
Binary 11111110 11011100 1010110 0 1101 1000010 0 110000 1100011 1000011

Color Harmonies of #FEDC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC56

Black with #FEDC56

Text Example


Text Example

White with #FEDC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC56; }

 p { color: rgb(254,220,86); }

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

background-color css

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

 a { background-color: rgb(254,220,86); }

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

border-color css

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

 span { border-color: rgb(254,220,86); }

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