Html Css Color HEX #FCD857 Mustard

📋 copy color: '#FCD857'

red 252 ◦ green 216 ◦ blue 87

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

Shades of Mustard #FCD857

Tints of Mustard #FCD857

RGB

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

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

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

R = 45.41%
G = 38.92%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCD857 (or 0xFCD857) is known color: Mustard. HEX triplet: FC, D8 and 57. RGB value is (252,216,87). Sum of RGB (Red+Green+Blue) = 252+216+87=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 87 (34.38% from 255 or 15.68% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD857 is #0327A8. Grayscale: #D4D4D4. Windows color (decimal): -206761 or 5757180. OLE color: 5757180.

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

Color convert

RGB 252 216 87 -
CMYK 0 0.14 0.65 0.01
HSL 46.91º 0.96% 0.66% -
HSV(B) 46.91º 0.65% 0.99% -
XYZ 66.42 70.5 19.12 -
YUV 212.06 57.43 156.49 -
System Red Green Blue C M Y K H S L
Decimal 252 216 87 0 0.14 0.65 0.01 46.91 0.96 0.66
Hex FC D8 57 0 E 41 1 2F 60 42
Octal 374 330 127 0 16 101 1 57 140 102
Binary 11111100 11011000 1010111 0 1110 1000001 1 101111 1100000 1000010

Color Harmonies of #FCD857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD857

Black with #FCD857

Text Example


Text Example

White with #FCD857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD857; }

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

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

background-color css

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

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

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

border-color css

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

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

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