Html Css Color HEX #FEDB4F Mustard

📋 copy color: '#FEDB4F'

red 254 ◦ green 219 ◦ blue 79

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

Shades of Mustard #FEDB4F

Tints of Mustard #FEDB4F

RGB

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

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

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

R = 46.01%
G = 39.67%
B = 14.31%

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

#FEDB4F (or 0xFEDB4F) is known color: Mustard. HEX triplet: FE, DB and 4F. RGB value is (254,219,79). Sum of RGB (Red+Green+Blue) = 254+219+79=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 79 (31.25% from 255 or 14.31% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB4F is #0124B0. Grayscale: #D6D6D6. Windows color (decimal): -74929 or 5233662. OLE color: 5233662.

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

Color convert

RGB 254 219 79 -
CMYK 0 0.14 0.69 0.00
HSL 48º 0.99% 0.65% -
HSV(B) 48º 0.69% 1% -
XYZ 67.62 72.3 17.79 -
YUV 213.51 52.1 156.88 -
System Red Green Blue C M Y K H S L
Decimal 254 219 79 0 0.14 0.69 0.00 48 0.99 0.65
Hex FE DB 4F 0 E 45 0 30 63 41
Octal 376 333 117 0 16 105 0 60 143 101
Binary 11111110 11011011 1001111 0 1110 1000101 0 110000 1100011 1000001

Color Harmonies of #FEDB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB4F

Black with #FEDB4F

Text Example


Text Example

White with #FEDB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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