Html Css Color HEX #FEDC52 Mustard

📋 copy color: '#FEDC52'

red 254 ◦ green 220 ◦ blue 82

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

Shades of Mustard #FEDC52

Tints of Mustard #FEDC52

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.57%

 BLUE value IS 82 (32.42% from 255) = 14.75%

R = 45.68%
G = 39.57%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FEDC52 (or 0xFEDC52) is known color: Mustard. HEX triplet: FE, DC and 52. RGB value is (254,220,82). Sum of RGB (Red+Green+Blue) = 254+220+82=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 82 (32.42% from 255 or 14.75% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDC52 is #0123AD. Grayscale: #D7D7D7. Windows color (decimal): -74670 or 5430526. OLE color: 5430526.

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

Color convert

RGB 254 220 82 -
CMYK 0 0.13 0.68 0.00
HSL 48.14º 0.99% 0.66% -
HSV(B) 48.14º 0.68% 1% -
XYZ 67.99 72.87 18.46 -
YUV 214.43 53.26 156.22 -
System Red Green Blue C M Y K H S L
Decimal 254 220 82 0 0.13 0.68 0.00 48.14 0.99 0.66
Hex FE DC 52 0 D 44 0 30 63 42
Octal 376 334 122 0 15 104 0 60 143 102
Binary 11111110 11011100 1010010 0 1101 1000100 0 110000 1100011 1000010

Color Harmonies of #FEDC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDC52

Black with #FEDC52

Text Example


Text Example

White with #FEDC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDC52; }

 p { color: rgb(254,220,82); }

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

background-color css

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

 a { background-color: rgb(254,220,82); }

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

border-color css

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

 span { border-color: rgb(254,220,82); }

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