Html Css Color HEX #FEDB53 Mustard

📋 copy color: '#FEDB53'

red 254 ◦ green 219 ◦ blue 83

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

Shades of Mustard #FEDB53

Tints of Mustard #FEDB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.93%

R = 45.68%
G = 39.39%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEDB53 (or 0xFEDB53) is known color: Mustard. HEX triplet: FE, DB and 53. RGB value is (254,219,83). Sum of RGB (Red+Green+Blue) = 254+219+83=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 83 (32.81% from 255 or 14.93% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDB53 is #0124AC. Grayscale: #D6D6D6. Windows color (decimal): -74925 or 5495806. OLE color: 5495806.

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

Color convert

RGB 254 219 83 -
CMYK 0 0.14 0.67 0.00
HSL 47.72º 0.99% 0.66% -
HSV(B) 47.72º 0.67% 1% -
XYZ 67.77 72.36 18.58 -
YUV 213.96 54.1 156.56 -
System Red Green Blue C M Y K H S L
Decimal 254 219 83 0 0.14 0.67 0.00 47.72 0.99 0.66
Hex FE DB 53 0 E 43 0 30 63 42
Octal 376 333 123 0 16 103 0 60 143 102
Binary 11111110 11011011 1010011 0 1110 1000011 0 110000 1100011 1000010

Color Harmonies of #FEDB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDB53

Black with #FEDB53

Text Example


Text Example

White with #FEDB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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