Html Css Color HEX #FEDB58 Mustard

📋 copy color: '#FEDB58'

red 254 ◦ green 219 ◦ blue 88

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

Shades of Mustard #FEDB58

Tints of Mustard #FEDB58

RGB

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

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

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

R = 45.28%
G = 39.04%
B = 15.69%

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

#FEDB58 (or 0xFEDB58) is known color: Mustard. HEX triplet: FE, DB and 58. RGB value is (254,219,88). Sum of RGB (Red+Green+Blue) = 254+219+88=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 88 (34.77% from 255 or 15.69% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB58 is #0124A7. Grayscale: #D7D7D7. Windows color (decimal): -74920 or 5823486. OLE color: 5823486.

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

Color convert

RGB 254 219 88 -
CMYK 0 0.14 0.65 0.00
HSL 47.35º 0.99% 0.67% -
HSV(B) 47.35º 0.65% 1% -
XYZ 67.97 72.44 19.63 -
YUV 214.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 254 219 88 0 0.14 0.65 0.00 47.35 0.99 0.67
Hex FE DB 58 0 E 41 0 2F 63 43
Octal 376 333 130 0 16 101 0 57 143 103
Binary 11111110 11011011 1011000 0 1110 1000001 0 101111 1100011 1000011

Color Harmonies of #FEDB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB58

Black with #FEDB58

Text Example


Text Example

White with #FEDB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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