Html Css Color HEX #FEDD57 Mustard

📋 copy color: '#FEDD57'

red 254 ◦ green 221 ◦ blue 87

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

Shades of Mustard #FEDD57

Tints of Mustard #FEDD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 15.48%

R = 45.2%
G = 39.32%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEDD57 (or 0xFEDD57) is known color: Mustard. HEX triplet: FE, DD and 57. RGB value is (254,221,87). Sum of RGB (Red+Green+Blue) = 254+221+87=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 87 (34.38% from 255 or 15.48% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDD57 is #0122A8. Grayscale: #D8D8D8. Windows color (decimal): -74409 or 5758462. OLE color: 5758462.

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

Color convert

RGB 254 221 87 -
CMYK 0 0.13 0.66 0.00
HSL 48.14º 0.99% 0.67% -
HSV(B) 48.14º 0.66% 1% -
XYZ 68.45 73.47 19.59 -
YUV 215.59 55.43 155.4 -
System Red Green Blue C M Y K H S L
Decimal 254 221 87 0 0.13 0.66 0.00 48.14 0.99 0.67
Hex FE DD 57 0 D 42 0 30 63 43
Octal 376 335 127 0 15 102 0 60 143 103
Binary 11111110 11011101 1010111 0 1101 1000010 0 110000 1100011 1000011

Color Harmonies of #FEDD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD57

Black with #FEDD57

Text Example


Text Example

White with #FEDD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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