Html Css Color HEX #FCD957 Mustard

📋 copy color: '#FCD957'

red 252 ◦ green 217 ◦ blue 87

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

Shades of Mustard #FCD957

Tints of Mustard #FCD957

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.03%

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

R = 45.32%
G = 39.03%
B = 15.65%

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

#FCD957 (or 0xFCD957) is known color: Mustard. HEX triplet: FC, D9 and 57. RGB value is (252,217,87). Sum of RGB (Red+Green+Blue) = 252+217+87=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 87 (34.38% from 255 or 15.65% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD957 is #0326A8. Grayscale: #D5D5D5. Windows color (decimal): -206505 or 5757436. OLE color: 5757436.

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

Color convert

RGB 252 217 87 -
CMYK 0 0.14 0.65 0.01
HSL 47.27º 0.96% 0.66% -
HSV(B) 47.27º 0.65% 0.99% -
XYZ 66.68 71.01 19.21 -
YUV 212.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 252 217 87 0 0.14 0.65 0.01 47.27 0.96 0.66
Hex FC D9 57 0 E 41 1 2F 60 42
Octal 374 331 127 0 16 101 1 57 140 102
Binary 11111100 11011001 1010111 0 1110 1000001 1 101111 1100000 1000010

Color Harmonies of #FCD957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD957

Black with #FCD957

Text Example


Text Example

White with #FCD957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD957; }

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

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

background-color css

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

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

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

border-color css

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

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

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