Html Css Color HEX #FEDF4D Mustard

📋 copy color: '#FEDF4D'

red 254 ◦ green 223 ◦ blue 77

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

Shades of Mustard #FEDF4D

Tints of Mustard #FEDF4D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

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

R = 45.85%
G = 40.25%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEDF4D (or 0xFEDF4D) is known color: Mustard. HEX triplet: FE, DF and 4D. RGB value is (254,223,77). Sum of RGB (Red+Green+Blue) = 254+223+77=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 77 (30.47% from 255 or 13.90% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF4D is #0120B2. Grayscale: #D8D8D8. Windows color (decimal): -73907 or 5103614. OLE color: 5103614.

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

Color convert

RGB 254 223 77 -
CMYK 0 0.12 0.70 0.00
HSL 49.49º 0.99% 0.65% -
HSV(B) 49.49º 0.7% 1% -
XYZ 68.6 74.38 17.76 -
YUV 215.63 49.77 155.37 -
System Red Green Blue C M Y K H S L
Decimal 254 223 77 0 0.12 0.70 0.00 49.49 0.99 0.65
Hex FE DF 4D 0 C 46 0 31 63 41
Octal 376 337 115 0 14 106 0 61 143 101
Binary 11111110 11011111 1001101 0 1100 1000110 0 110001 1100011 1000001

Color Harmonies of #FEDF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF4D

Black with #FEDF4D

Text Example


Text Example

White with #FEDF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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