Html Css Color HEX #FEDF4F Mustard

📋 copy color: '#FEDF4F'

red 254 ◦ green 223 ◦ blue 79

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

Shades of Mustard #FEDF4F

Tints of Mustard #FEDF4F

RGB

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

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

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

R = 45.68%
G = 40.11%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEDF4F (or 0xFEDF4F) is known color: Mustard. HEX triplet: FE, DF and 4F. RGB value is (254,223,79). Sum of RGB (Red+Green+Blue) = 254+223+79=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 79 (31.25% from 255 or 14.21% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF4F is #0120B0. Grayscale: #D8D8D8. Windows color (decimal): -73905 or 5234686. OLE color: 5234686.

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

Color convert

RGB 254 223 79 -
CMYK 0 0.12 0.69 0.00
HSL 49.37º 0.99% 0.65% -
HSV(B) 49.37º 0.69% 1% -
XYZ 68.67 74.41 18.14 -
YUV 215.85 50.77 155.21 -
System Red Green Blue C M Y K H S L
Decimal 254 223 79 0 0.12 0.69 0.00 49.37 0.99 0.65
Hex FE DF 4F 0 C 45 0 31 63 41
Octal 376 337 117 0 14 105 0 61 143 101
Binary 11111110 11011111 1001111 0 1100 1000101 0 110001 1100011 1000001

Color Harmonies of #FEDF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF4F

Black with #FEDF4F

Text Example


Text Example

White with #FEDF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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