Html Css Color HEX #FCD657 Mustard

📋 copy color: '#FCD657'

red 252 ◦ green 214 ◦ blue 87

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

Shades of Mustard #FCD657

Tints of Mustard #FCD657

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.7%

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

R = 45.57%
G = 38.7%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCD657 (or 0xFCD657) is known color: Mustard. HEX triplet: FC, D6 and 57. RGB value is (252,214,87). Sum of RGB (Red+Green+Blue) = 252+214+87=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 87 (34.38% from 255 or 15.73% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD657 is #0329A8. Grayscale: #D3D3D3. Windows color (decimal): -207273 or 5756668. OLE color: 5756668.

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

Color convert

RGB 252 214 87 -
CMYK 0 0.15 0.65 0.01
HSL 46.18º 0.96% 0.66% -
HSV(B) 46.18º 0.65% 0.99% -
XYZ 65.91 69.48 18.95 -
YUV 210.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 252 214 87 0 0.15 0.65 0.01 46.18 0.96 0.66
Hex FC D6 57 0 F 41 1 2E 60 42
Octal 374 326 127 0 17 101 1 56 140 102
Binary 11111100 11010110 1010111 0 1111 1000001 1 101110 1100000 1000010

Color Harmonies of #FCD657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD657

Black with #FCD657

Text Example


Text Example

White with #FCD657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD657; }

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

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

background-color css

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

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

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

border-color css

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

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

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