Html Css Color HEX #FDE356 Mustard

📋 copy color: '#FDE356'

red 253 ◦ green 227 ◦ blue 86

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

Shades of Mustard #FDE356

Tints of Mustard #FDE356

RGB

 RED value IS 253 (99.22% from 255) = 44.7%

 GREEN value IS 227 (89.06% from 255) = 40.11%

 BLUE value IS 86 (33.98% from 255) = 15.19%

R = 44.7%
G = 40.11%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FDE356 (or 0xFDE356) is known color: Mustard. HEX triplet: FD, E3 and 56. RGB value is (253,227,86). Sum of RGB (Red+Green+Blue) = 253+227+86=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 86 (33.98% from 255 or 15.19% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE356 is #021CA9. Grayscale: #DBDBDB. Windows color (decimal): -138410 or 5694461. OLE color: 5694461.

HSL color Cylindrical-coordinate representation of color #FDE356: hue angle of 50.66º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDE356 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 227 86 -
CMYK 0 0.10 0.66 0.01
HSL 50.66º 0.98% 0.66% -
HSV(B) 50.66º 0.66% 0.99% -
XYZ 69.66 76.49 19.9 -
YUV 218.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 253 227 86 0 0.10 0.66 0.01 50.66 0.98 0.66
Hex FD E3 56 0 A 42 1 33 62 42
Octal 375 343 126 0 12 102 1 63 142 102
Binary 11111101 11100011 1010110 0 1010 1000010 1 110011 1100010 1000010

Color Harmonies of #FDE356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE356

Black with #FDE356

Text Example


Text Example

White with #FDE356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE356; }

 p { color: rgb(253,227,86); }

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

background-color css

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

 a { background-color: rgb(253,227,86); }

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

border-color css

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

 span { border-color: rgb(253,227,86); }

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