Html Css Color HEX #FEDD55 Mustard

📋 copy color: '#FEDD55'

red 254 ◦ green 221 ◦ blue 85

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

Shades of Mustard #FEDD55

Tints of Mustard #FEDD55

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.46%

 BLUE value IS 85 (33.59% from 255) = 15.18%

R = 45.36%
G = 39.46%
B = 15.18%

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

#FEDD55 (or 0xFEDD55) is known color: Mustard. HEX triplet: FE, DD and 55. RGB value is (254,221,85). Sum of RGB (Red+Green+Blue) = 254+221+85=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 85 (33.59% from 255 or 15.18% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD55 is #0122AA. Grayscale: #D7D7D7. Windows color (decimal): -74411 or 5627390. OLE color: 5627390.

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

Color convert

RGB 254 221 85 -
CMYK 0 0.13 0.67 0.00
HSL 48.28º 0.99% 0.66% -
HSV(B) 48.28º 0.67% 1% -
XYZ 68.37 73.44 19.17 -
YUV 215.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 254 221 85 0 0.13 0.67 0.00 48.28 0.99 0.66
Hex FE DD 55 0 D 43 0 30 63 42
Octal 376 335 125 0 15 103 0 60 143 102
Binary 11111110 11011101 1010101 0 1101 1000011 0 110000 1100011 1000010

Color Harmonies of #FEDD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD55

Black with #FEDD55

Text Example


Text Example

White with #FEDD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD55; }

 p { color: rgb(254,221,85); }

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

background-color css

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

 a { background-color: rgb(254,221,85); }

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

border-color css

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

 span { border-color: rgb(254,221,85); }

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