Html Css Color HEX #FEDB4E Mustard

📋 copy color: '#FEDB4E'

red 254 ◦ green 219 ◦ blue 78

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

Shades of Mustard #FEDB4E

Tints of Mustard #FEDB4E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

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

R = 46.1%
G = 39.75%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEDB4E (or 0xFEDB4E) is known color: Mustard. HEX triplet: FE, DB and 4E. RGB value is (254,219,78). Sum of RGB (Red+Green+Blue) = 254+219+78=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 78 (30.86% from 255 or 14.16% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB4E is #0124B1. Grayscale: #D5D5D5. Windows color (decimal): -74930 or 5168126. OLE color: 5168126.

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

Color convert

RGB 254 219 78 -
CMYK 0 0.14 0.69 0.00
HSL 48.07º 0.99% 0.65% -
HSV(B) 48.07º 0.69% 1% -
XYZ 67.58 72.28 17.6 -
YUV 213.39 51.6 156.96 -
System Red Green Blue C M Y K H S L
Decimal 254 219 78 0 0.14 0.69 0.00 48.07 0.99 0.65
Hex FE DB 4E 0 E 45 0 30 63 41
Octal 376 333 116 0 16 105 0 60 143 101
Binary 11111110 11011011 1001110 0 1110 1000101 0 110000 1100011 1000001

Color Harmonies of #FEDB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB4E

Black with #FEDB4E

Text Example


Text Example

White with #FEDB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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