Html Css Color HEX #FEDE53 Mustard

📋 copy color: '#FEDE53'

red 254 ◦ green 222 ◦ blue 83

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

Shades of Mustard #FEDE53

Tints of Mustard #FEDE53

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.71%

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

R = 45.44%
G = 39.71%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEDE53 (or 0xFEDE53) is known color: Mustard. HEX triplet: FE, DE and 53. RGB value is (254,222,83). Sum of RGB (Red+Green+Blue) = 254+222+83=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 83 (32.81% from 255 or 14.85% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE53 is #0121AC. Grayscale: #D8D8D8. Windows color (decimal): -74157 or 5496574. OLE color: 5496574.

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

Color convert

RGB 254 222 83 -
CMYK 0 0.13 0.67 0.00
HSL 48.77º 0.99% 0.66% -
HSV(B) 48.77º 0.67% 1% -
XYZ 68.56 73.94 18.84 -
YUV 215.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 254 222 83 0 0.13 0.67 0.00 48.77 0.99 0.66
Hex FE DE 53 0 D 43 0 31 63 42
Octal 376 336 123 0 15 103 0 61 143 102
Binary 11111110 11011110 1010011 0 1101 1000011 0 110001 1100011 1000010

Color Harmonies of #FEDE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE53

Black with #FEDE53

Text Example


Text Example

White with #FEDE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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