Html Css Color HEX #FEDA58 Mustard

📋 copy color: '#FEDA58'

red 254 ◦ green 218 ◦ blue 88

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

Shades of Mustard #FEDA58

Tints of Mustard #FEDA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.71%

R = 45.36%
G = 38.93%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEDA58 (or 0xFEDA58) is known color: Mustard. HEX triplet: FE, DA and 58. RGB value is (254,218,88). Sum of RGB (Red+Green+Blue) = 254+218+88=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 88 (34.77% from 255 or 15.71% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA58 is #0125A7. Grayscale: #D6D6D6. Windows color (decimal): -75176 or 5823230. OLE color: 5823230.

HSL color Cylindrical-coordinate representation of color #FEDA58: hue angle of 46.99º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEDA58 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 218 88 -
CMYK 0 0.14 0.65 0.00
HSL 46.99º 0.99% 0.67% -
HSV(B) 46.99º 0.65% 1% -
XYZ 67.71 71.92 19.55 -
YUV 213.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 254 218 88 0 0.14 0.65 0.00 46.99 0.99 0.67
Hex FE DA 58 0 E 41 0 2F 63 43
Octal 376 332 130 0 16 101 0 57 143 103
Binary 11111110 11011010 1011000 0 1110 1000001 0 101111 1100011 1000011

Color Harmonies of #FEDA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA58

Black with #FEDA58

Text Example


Text Example

White with #FEDA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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