Html Css Color HEX #FCD856 Mustard

📋 copy color: '#FCD856'

red 252 ◦ green 216 ◦ blue 86

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

Shades of Mustard #FCD856

Tints of Mustard #FCD856

RGB

 RED value IS 252 (98.83% from 255) = 45.49%

 GREEN value IS 216 (84.77% from 255) = 38.99%

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

R = 45.49%
G = 38.99%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCD856 (or 0xFCD856) is known color: Mustard. HEX triplet: FC, D8 and 56. RGB value is (252,216,86). Sum of RGB (Red+Green+Blue) = 252+216+86=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 216 (84.77% from 255 or 38.99% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD856 is #0327A9. Grayscale: #D4D4D4. Windows color (decimal): -206762 or 5691644. OLE color: 5691644.

HSL color Cylindrical-coordinate representation of color #FCD856: hue angle of 46.99º degrees, saturation: 0.97, 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 #FCD856 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 216 86 -
CMYK 0 0.14 0.66 0.01
HSL 46.99º 0.97% 0.66% -
HSV(B) 46.99º 0.66% 0.99% -
XYZ 66.38 70.48 18.91 -
YUV 211.94 56.93 156.57 -
System Red Green Blue C M Y K H S L
Decimal 252 216 86 0 0.14 0.66 0.01 46.99 0.97 0.66
Hex FC D8 56 0 E 42 1 2F 61 42
Octal 374 330 126 0 16 102 1 57 141 102
Binary 11111100 11011000 1010110 0 1110 1000010 1 101111 1100001 1000010

Color Harmonies of #FCD856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD856

Black with #FCD856

Text Example


Text Example

White with #FCD856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD856; }

 p { color: rgb(252,216,86); }

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

background-color css

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

 a { background-color: rgb(252,216,86); }

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

border-color css

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

 span { border-color: rgb(252,216,86); }

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