Html Css Color HEX #FEDA53 Mustard

📋 copy color: '#FEDA53'

red 254 ◦ green 218 ◦ blue 83

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

Shades of Mustard #FEDA53

Tints of Mustard #FEDA53

RGB

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

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

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

R = 45.77%
G = 39.28%
B = 14.95%

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

#FEDA53 (or 0xFEDA53) is known color: Mustard. HEX triplet: FE, DA and 53. RGB value is (254,218,83). Sum of RGB (Red+Green+Blue) = 254+218+83=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 83 (32.81% from 255 or 14.95% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDA53 is #0125AC. Grayscale: #D5D5D5. Windows color (decimal): -75181 or 5495550. OLE color: 5495550.

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

Color convert

RGB 254 218 83 -
CMYK 0 0.14 0.67 0.00
HSL 47.37º 0.99% 0.66% -
HSV(B) 47.37º 0.67% 1% -
XYZ 67.51 71.84 18.49 -
YUV 213.37 54.43 156.98 -
System Red Green Blue C M Y K H S L
Decimal 254 218 83 0 0.14 0.67 0.00 47.37 0.99 0.66
Hex FE DA 53 0 E 43 0 2F 63 42
Octal 376 332 123 0 16 103 0 57 143 102
Binary 11111110 11011010 1010011 0 1110 1000011 0 101111 1100011 1000010

Color Harmonies of #FEDA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA53

Black with #FEDA53

Text Example


Text Example

White with #FEDA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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