Html Css Color HEX #FEDA4F Mustard

📋 copy color: '#FEDA4F'

red 254 ◦ green 218 ◦ blue 79

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

Shades of Mustard #FEDA4F

Tints of Mustard #FEDA4F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.56%

 BLUE value IS 79 (31.25% from 255) = 14.34%

R = 46.1%
G = 39.56%
B = 14.34%

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

#FEDA4F (or 0xFEDA4F) is known color: Mustard. HEX triplet: FE, DA and 4F. RGB value is (254,218,79). Sum of RGB (Red+Green+Blue) = 254+218+79=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 218 (85.55% from 255 or 39.56% from 551); Blue value is 79 (31.25% from 255 or 14.34% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA4F is #0125B0. Grayscale: #D5D5D5. Windows color (decimal): -75185 or 5233406. OLE color: 5233406.

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

Color convert

RGB 254 218 79 -
CMYK 0 0.14 0.69 0.00
HSL 47.66º 0.99% 0.65% -
HSV(B) 47.66º 0.69% 1% -
XYZ 67.36 71.78 17.7 -
YUV 212.92 52.43 157.3 -
System Red Green Blue C M Y K H S L
Decimal 254 218 79 0 0.14 0.69 0.00 47.66 0.99 0.65
Hex FE DA 4F 0 E 45 0 30 63 41
Octal 376 332 117 0 16 105 0 60 143 101
Binary 11111110 11011010 1001111 0 1110 1000101 0 110000 1100011 1000001

Color Harmonies of #FEDA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA4F

Black with #FEDA4F

Text Example


Text Example

White with #FEDA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA4F; }

 p { color: rgb(254,218,79); }

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

background-color css

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

 a { background-color: rgb(254,218,79); }

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

border-color css

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

 span { border-color: rgb(254,218,79); }

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